New search from 'search from here' option

Hi,
I want to customize the search for only one specific folder in KM.
So i used an option set and a component set. The path for the folder for which this search is to be used is specified in the option set.
On doing so the new search is not visible from the 'search from here' tab in context menu.
But if i make a new KM search iView and specify the option set and component set there the changes are visible.
How can i see the changes from the 'Search from here' option?
nikhil

Hi Nikhil
I don't know this for sure, but the search from here function is a dynamic function that figures out what folder level you are on and performs a search there. My guess is that because you specified in what folders the search is supposed to be performed, the search from here no longer works. You are trying to make a dynamic function act static instead, and Im not sure if thats possible.
Why not just use the KM Search Iview you made work instead? Or is it too hard to fit into the page in question?
Regards,
Martin

Similar Messages

  • Web Repository - Search From Here option

    Hi,
    I've created several repositories along with indexes. Everything is working fine but 1 or 2 of the web repositories do not have the "Search From Here" option when I go to KMContent iView and  click the tag to the right of the repository.  As far as I can tell the properties are the same as the other "working" repositories. I know they were all set up the same way. Any ideas?
    Thanks for any help!

    Hi Brent,
    web repositories are treatet in navigation as single
    resources. 
    'Search from Here' is not offered on a single resource, as it is not reasonable to search on only one document.
    Maybe SAP has to improve this for web repositories.
    As a workaroubnd you can place the web repository in a folder and assign this folder to the index. Then search from here is possible.
    Regards Matthias Röbig-Landau
    PS: Please think of validating my answer.

  • I have a new computer, and want to put the new music from there to my existing ipod (which has an existing library that I don't want to erase)

    I have a new computer, with some new music on it in my Itunes Library.  How do I put that new music from here onto my existing ipod (which has a ~1500 song library from an old computer which is no longer accesible, and which music I do not want to erase)? 

    I'm not trying to put the music from my old ipod onto my new computer!!!! I don't really want to do that!
    I would like simply to see if there is a way to put the new music from my new computer onto my old ipod without erasing all my existing music that I have on there.

  • "new document or drag files here" not visible

    Hi,
    I gave "Collaboration" permission to Visitors (read only users) in a document library
    sub folder.
    My problem is:
    users can't see the "new document or drag files here"  option, so the only way to upload a file is in the ribbon: "File" -> "Upload document"
    That's confusing for the users.
    Setting Collaboration on the entire doc lib will solve the issue but users will be able to add/edit/delete on the root folder.
    Is there a way to see the "new document" option or avoid collaboration on the root folder?

    I ended up creating an event handler, I think it's the only way...
    So:
    I've created a new permission level for visitors called "Insert" that is Read + Add Items
    I've created an event receiver on the Document library that disables collaboration only inside the root folder
    Here's the code:
    using System;
    using System.Security.Permissions;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.Utilities;
    using Microsoft.SharePoint.Workflow;
    namespace Extranet.EventReceivers.EventReceiverAreeScambio
    /// <summary>
    /// List Item Events
    /// </summary>
    public class EventReceiverAreeScambio : SPItemEventReceiver
    /// <summary>
    /// An item is being added.
    /// </summary>
    public override void ItemAdding(SPItemEventProperties properties)
    base.ItemAdding(properties);
    ValidaPosizione(properties, "Non puoi aggiungere file nella cartella di base, inseriscili solo all'interno delle sotto aree.");
    /// <summary>
    /// An item is being deleted
    /// </summary>
    public override void ItemDeleting(SPItemEventProperties properties)
    base.ItemDeleting(properties);
    ValidaPosizione(properties, "Non puoi eliminare file in questa cartella.");
    /// <summary>
    /// An item is being updated
    /// </summary>
    public override void ItemUpdating(SPItemEventProperties properties)
    base.ItemUpdating(properties);
    ValidaPosizione(properties, "Non puoi modificare file in questa cartella.");
    private static void ValidaPosizione(SPItemEventProperties properties, string errorMessage)
    string totalpath = properties.AfterUrl;
    string[] test = totalpath.Split('/');
    if (test.Length < 3 && !properties.Web.CurrentUser.IsSiteAdmin)
    properties.Status = SPEventReceiverStatus.CancelWithError;
    properties.ErrorMessage = errorMessage;

  • My iPhoto library has suddenly disappeared from my computer. When i click on iPhoto it tells me to choose my library or create a new one. However no library option appears. I have searched the computer for the library but it does not seem to exist

    My iPhoto library has suddenly disappeared from my computer.
    When i click on iPhoto it tells me to choose my library or create a new one. However no library option appears. I have searched the computer for the library but it does not seem to exist anymore. I did not have time machine set up, so there is no back up. Is there any way i can retrieve my library?
    Here is a picture of what appears when i click on iPhoto:

    In terms of searching i have searched for photos on my finder. However, none of the photos that appear are from my iPhoto Library.
    Search with FindAnyFile. You can download it here:   http://apps.tempel.org/FindAnyFile/index.php
    Search for any file with "ThumbJPGSegment" in the name. If you added at least one image to your library, the library should contain a file with this name, see OldToad's post: Re: Since I updated to iPhoto 9.5.1, my library is not listed or available. How can I find it? Can I use the time machine to restore it?

  • Controlling search options for "Search From Here" command

    Hello
    Does anyone know how to control which search options set is used by the "Seach From Here" command, e.g. by parameters?
    I don't want to change the portal default.
    Thanks!
    Chris

    Go to:
    Ssytem Admin
    Ssytem Config
    Content Management
      ->User Interface
          ->Commands
            ->UI Commands
    Find the command you want  (search here etc):
    Edit and put in either:   rndLayoutSet= "XXX" or LayoutSet= "XXX"  in the parameter field if you want to specify a layoutset.
    Not too sure how you would achieve this by not changing this configuration TBH.  Create your own command?

  • Trex "synonym search" and  taxonomy "search from here" issues

    Hi Trex experts
    I have two minor issues regarding Trex and Taxonomies
    <b>Taxonomy</b>
    I have created a Taxonomy and need to add the “search from here” function so it’s possible to create a more specific search from within one are of the taxonomy.
    When I add a layout set where this command is enabled then it’s not shown.
    I guess that it’s my repository manager for the Trex repository that I need to add a service to, but I can’t figure out which one, or is this feature not possible for taxonomies?
    <b>Trex</b>
    Is it possible to define “synonym” search entries? Like I need to create a dependency on a bunch of terms, like when a user for example search for “vacation” then search for “holiday” should be included automatically in the search result as well. Is there some kind of configuration file where I can add a list of dependencies?
    Thanks in advance
    Regards
    John

    Hi John,
       Related to synomym you should read this material:
    "How to Enable Semantic Search or Search for Synonyms in TREX"
       Related to taxonomy, the answer is yes it is possible.
    If "search from here" botton is not shown, is due to you don't create an index (search option).
    Patricio.

  • How can I get a query in the search field to open in a new tab or new window from the current window?

    How can I get a query in the search field to open in a new tab or new window from the current window?

    If you are searching via the Search Bar on the Navigation Toolbar, this preference can be changed to have searches there open in a Tab.
    Type '''about:config''' in the Address Bar and hit Enter. Then answer "I'll be careful". Type this pref in the Search at the top.
    '''browser.search.openintab''' = double-click to toggle to '''true'''

  • Is there a way to stop Firefox from suggesting to add new search engines to my search bar?

    Is there a way to stop Firefox from suggesting to add new search engines to my search bar whenever I visit websites that suggest to us to add their search engines?
    I searched a lot and couldn't find any help. How to stop websites from suggesting to my Firefox search bar to add their search engines? I don't want to add other search engines other than the ones I organized. I don't want my list to look more distracting and longer.

    Firefox doesn't do that. That's either a feature of the website you are visiting or possible Malware on that PC.
    A screenshot of that might be helpful. <br />
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem <br />
    It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
    Then use the '''Browse ....''' button below the '''''Post a Reply''''' text box to upload the screenshot.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Please report back to us!

  • How do I hange my new tab from being yahoo searh to google search? I have this changed in IE 8 and works fine. I have removed Yahoo as a search engine in firefox but a new tab is still yahoo. How do I change this?

    How do I change my new tab from being yahoo search to google search? I have this changed in IE 8 and works fine. I have removed Yahoo as a search engine in firefox but a new tab is still yahoo. How do I change this using firefox 8

    Open Firefox -> Go to View -> Toolbars -> Chechmark on "Navigation Toolbar"
    this will bring back your address bar (where you type links to go to websites :P )

  • Running Firefox 10.0.2, cannot add new search engines from Mycroft Project. Error message: "you will need a browser which supports opensearch to install this plugin" Please help with steps on how to fix this issue in Firefox, thank you

    Can't add new search engines from Mycroft Project in FF 10.0.2. Error message states: "you will need a browser which supports opensearch to install this plugin"

    You're welcome.
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    *Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Customise "Search From Here"

    I want to customise the "Search From Here" functionality in KM by making it possible to search by custom/pre-defined properties as in "Advanced Search" functionality.
    By default, only a search field and search button comes.
    What should I do and is there any coding involved?

    Hi,
    Check if this document is helpful..
    [SDN Doc|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4?QuickLink=index&overridelayout=true]
    Regards,
    Ganesh N

  • New Server Installation, now client computers can't connect to services. Where to go from here?

    Hello.
    I recently had to setup a new Mac Mini Server (Mavericks). We had one previously but one of the raided hard drives failed. No backup.
    Our office of 6 Apple MacBook Pros used to connect to all file sharing and calendar services, easily.
    On the new Server installation, I added the same users with the same passwords etc. The client computers cannot access calendars, file sharing etc. On the clients, I have opened up System Preferences > Users & Groups > Login Options > Network Account Server and added the FQDN of the server, but I get an error ' Unable to add server. Connection failed to the directory server. (2100) '
    2 of the clients are on Mountain Lion. The rest are on the latest Mavericks.
    I'm a bit lost on where to go from here and would appreciate your help before I wipe everything and start from scratch.
    Thanks.

    Hi Strontium90
    Ha! There was a time machine backup, but we had a storm here which rendered it and the server useless. We are such a small team without an 'IT' guy, apart form me as I have a vague interest in all things Apple.
    What is your DNS name space?
    Do you need the name here?
    Do the servers and the client agree on this name?
    Not sure what you mean. The domain name works as when I type it into a web browser, I can see the 'Welcome to Server' page.
    Did you enable an Open Directory Master?
    Yes. Open Directory is running.
    Did you grant the users/group access to the service you are offering?
    Yes. All services are checked for each user.
    Make sure the user/group is permitted to access your enabled services.
    All allowed, too.
    Oh, and implement a backup strategy
    Will do, once I sort out this problem. Time Machine and off-site, I think.

  • New Xserve in the rack....where do I go from here?

    Well, our shiny new (and unexpectedly deep and heavy) Xserve arrived this morning, and has been installed in the rack cabinet at our new premises. I think I need help knowing where to go from here on a couple of points.....
    I've been wading through pages of PDF manuals, support pages and forums posts and – to be honest – my head's in a mess!! I'm hoping some of you nice folks out there (Camelot provided some very useful advice in previous posts) could offer me some direction, so I can work out what I need to work out, and understand what I'm doing so I can get this beast up and running.
    Having also bought a couple of Netgear GS724T switches, I had planned to setup a 4gbps trunk between the Xserve and the first switch (with a second 4gbps connection between the switches). We will use an Airport Extreme Base Station as our DHCP server, and I will likely assign static IPs to both the switches whilst configuring them for trunk operation. Things are slightly complicated by the fact that our new BT Versatility installation already appears to have a 4-port wireless router bolted on, but I think we can effectively bypass this straight to the AEBS....
    In order to use link aggregation (i.e. the 4gbps connection to the Xserve), will I need to configure Server first using only 1 ethernet connection? Can I do this 'headless' – I have installed all the Admin Tools (and documentation!!) on my MacBook Pro.... Also, can I even use link aggregation in a 'basic' Standard Server configuration, or will I need to use Advanced?
    We choose to purchase 3x 300Gb 15k SAS drives and therefore also have the RAID card installed. My understanding is that the Server software will be installed in drive 1 (left hand bay), and simply needs 'configured' (did I say 'simply'??!). I also believe I could – without re-installing the OS – changed the setup to RAID5 if I wanted to. I think I need to do this using Disk Utility whilst the Xserve is booted via the install DVD – correct? Can I setup disk mirroring without re-installing, and is the process the same (i.e. boot from DVD, change the setup, re-boot)?
    We run Filemaker Server, and I wondered which initial setup option would be optimal – NO raid, with the OS on one drive, and the database file(s) on another; or one big RAID5 volume with everything on it? I guess with 3 internal drives, we could go for a single drive (OS) plus a 2-drive RAID for files (either mirrored or striped for speed). If we bolt on a couple of 500Gb Firewire drives which we have 'spare' that would allow for backups of both volumes.....?
    Putting everything into consideration, I want to take 'baby steps' with the setup, until I get my head round everything. Initially, all we need is Filemaker and remote access to our databases (through VPN I guess), although I want to add web/mail/iCal etc..etc.. once we've settled into the new offices.
    The whole DNS thing scares me a bit. I can arrange reverse DNS with BT, and point our domain (via FastHosts) to our public IP address so we can run our own Web and Email server. I'm just not convinced this won't be a security vulnerability.....
    I'm a long time Mac user, but I've never used Server, and I rarely use Terminal. This new Xserve venture is exciting, but it also feels a bit un-nerving.... and advice, input and further reading suggestions would be gratefully received!
    Thanks in advance.

    In order to use link aggregation (i.e. the 4gbps connection to the Xserve), will I need to configure Server first using only 1 ethernet connection?
    Ahh, setting up Link Aggregation while headless is always a concern since it will affect the network connection you're using to administer the box. It is possible to do, it just takes some planning. If you can, configure the link over the serial port using networksetup, or put a monitor on the server temporarily.
    Also, can I even use link aggregation in a 'basic' Standard Server configuration, or will I need to use Advanced?
    I believe so - 'basic' vs. 'Advanced' only controls the set of services that are run and simplifies the admin interface somewhat. I don't think it has any effect on the underlying network setup but I might be wrong (I've never used anything but advanced).
    I also believe I could – without re-installing the OS – changed the setup to RAID5 if I wanted to
    No, that is not possible. Converting to RAID 5 will destroy the current config and reformat the drives. You can migrate to a RAID 1 or RAID 0 array, but not to RAID 5.
    Can I setup disk mirroring without re-installing, and is the process the same (i.e. boot from DVD, change the setup, re-boot)?
    For simple mirroring you can use RAID Admin's Migrate option to migrate the current single drive to a new mirror on the other two drives. The you can re-use the original drive.
    We run Filemaker Server, and I wondered which initial setup option would be optimal
    In general, RAID 5 is not recommended for database use - or any other use that requires a lot of random writes, although it does depend on volume - if your traffic is sufficiently light it might not be an issue.
    Other than that, for most people the data is most important, so that should be mirrored. It's reasonably easy to reinstall the OS (at least compared to rebuilding all your data.
    Putting everything into consideration, I want to take 'baby steps' with the setup.
    To start, focus on the disks. Everything else (applications, services, network, etc.) can be reworked easily later on. Not so with the disks.
    The whole DNS thing scares me a bit.
    Use BT for your public DNS for sure, but you'll definitely benefit from having working internal DNS, and that's pretty easy to manage, at least for small networks.
    so what DNS name do I use locally when configuring Server?
    You can use anything you like. You can use ourcompany.com - the same as your public domain, but just have to realize that 'server.ourcompany.com' may mean different things depending on whether you're inside your network querying your own DNS server, or external querying BTs (BT will return 12.34.56.78 while your internal DNS would return the 192.168.100.x address).
    This confuses me (from setup guide):
    Ignore the statement in the setup guide. It's perfectly valid to have 'server.domain.com' hosting email for [email protected].
    Do I need to consult our ISP about what DNS name I should give our server
    If you're running your own internal DNS then no, not at all.
    You only need to involve BT for any externally-available hostnames (and they don't even have to match your internal names - it's fine to have 'server.domain.com' on your internal DNS but no 'server.domain.com' in your public DNS, it just means no one can get to 'server.domain.com' from outside your network.
    Filemaker recommends you use the scheduling facility in FMServer for backups, and not system backups
    This is absolutely the case - it's hard to make backups of active/open files, especially databases. Any backup takes time - you read the first byte at time 0, but might not get to the last byte until several minutes later - and you have to consider what happens to changes in between (some may be backed up if they happened before the backup reached that part of the file, others might not, leading to an inconsistent file).
    Filemaker's backup method ensures you have a valid backup of the data.
    I'm now thinking that mirroring the OS on drive 2 might be a good idea, whilst storing Filemaker files in a 'Databases' folder on drive 3 (which is backed up my FMServer schedule). Other 'Shared' folder(s) on drive 3 could be backed up via Time Machine to an external FW800 drive......
    This really depends on the frequency of change in your database. If it's mostly reads and not many inserts/updates, then reverting to yesterdays backup might not be a problem, but if your data changes constantly it might not be as good.

  • I gave my Mom new iPad - she's forgotten her pass code. She has now been locked out and told her "iPhone is disabled". How do I help her? We are 2 provinces away from each other!

    I gave my Mom an iPad. She has created an Apple ID (twice) and forgotten her pass code. She has now been locked out and told her "iPhone is disabled". How do I help her? We are 2 provinces away from each other!
    She is 75 and frustrated!  How do I walk her through this?
    Diane

    Locked Out, Forgot Lock or Restrictions Passcode, or Need to Restore Your Device: Several Alternative Solutions
    1. iOS- Forgotten passcode or device disabled after entering wrong passcode
    2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    3. Restoring iPod touch after forgotten passcode
    4. What to Do If You've Forgotten Your iPhone's Passcode
    5. iOS- Understanding passcodes
    6. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    7. iOS - Unable to update or restore
    Forgotten Restrictions Passcode Help
                iPad,iPod,iPod Touch Recovery Mode
    You will need to restore your device as New to remove a Restrictions passcode. Go through the normal process to restore your device, but when you see the options to restore as New or from a backup, be sure to choose New.
    You can restore from a backup if you have one from BEFORE you set the restrictions passcode.
    Also, see iTunes- Restoring iOS software.

Maybe you are looking for

  • SRM PO created with wrong company code

    Hello,         The users have created several PO in SRM with wrong company code. The user was found in the wrong organization structure during the creation of shopping and approval. The PO did not get transfer to the Back because of this. Is there a

  • First backup: Newbiew question

    Greetings from Ireland. I am a bit puzzled, here is what I did. I have the TC set up at 5Ghz only, and use an airport extreme in my MacPro, transfer rate is 135, more or less constant, I assume this is the "N" speed, as I had only a rate of 65 before

  • EDI Transaction

    Hi Any body plz give me EDI transaction flow

  • RFC receiver config withload balancing ?

    Hi Guys, I have configured the RFC receiver with load balancing. I have given the sap receiver system details and the name of the message server as sapms+SID. I am getting the following error in PI, which says message server is unknown and i tested i

  • Project will not open. blank screen after load

    I have a pretty major issue, I just finished a rough cut of a feature film and I decided to change my hard drive drive letters so they were more organized. Now premiere pro 2014 (up to date version) will not open the project properly. The file loads