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.

Similar Messages

  • There was a button/plug in that alloyou to search and dowmload MP3 from the tool bar it is no longer there how can I find it?

    There was a button/plug in that alloyou to search and dowmload MP3 from the tool bar it is no longer there how can I find it?

    The add-on you are looking for may no longer be available.
    Do you remember its name?
    Go to the '''[https://addons.mozilla.org/en-US/firefox/ Mozilla Add-ons Web Page]''' {web link}
    (There’s a lot of good stuff here) and search for what you want.

  • Problem with removing Search and Advanced Search functionalities in Portal

    Hi,
          As per our client requirement, we have removed search and advanced search functionalities in Masthead and those are working fine. But when ever we restarted the portal server, these search options are reappearing in portal.
              I am not getting why it is happening and every time we restarted the server, we are removing these search functionalities from masthead.
              If anyone knows why it is happening, kindly share with us
    Thanks & Regards
    Pavan

    Hi Santosh,
                         Problem is not solved. Where can i find the Standard tool area iview used in Default frame work page ?
    At present, we disabeled the search and it's working fine. But when we restart the portal, search is again reappearing and we need to disable that once again.
               Is there any sollution for this problem?? Kindly let me know..
    Thanks & Regards
    Pavan
    Edited by: pavanakrishna reddy on Mar 24, 2010 9:44 AM

  • LSO - Search and Extended Search are not working

    Hi ,
    From the learning portal we click on Search and Extended Search , nothing is diplay by the system . We have course matching the description . Also in the back office : LSO_TRAININGTYPE_SEARCH_C seems to be OK .
    Any help will be welcome, should work out of the box .
    Thank you.

    Hi Schutz
    Were you able to resolve this? If so could you please provide the solution. We are also facing the same kind of problem. It works in QA but not in Production.
    Thanks, Raj

  • How can I get my home page toshow both web search and ountry search?

    My Home page no longer shows both google web search and uk search it only shows google web search.
    How can I correct this

    Instructions in this article: [[How to set the home page]]

  • Hide Search and Quick Search

    Is it possible to show/hide Search and Quick Search depending on who logs in to UCM?

    Hi Malky,
    I had a similar requirement and i tried to hide the standard search link.I am not able t restrict and its on 11g.
    please find the snippet of code and let me know your sugessions.
    thanks in advance.
    <@dynamichtml std_add_search_links@>
    <$include super.std_add_search_links$>
              // Add search links
              var count = 0;
              if (typeof pneSearchDocProfiles != "undefined" && pneSearchDocProfiles)
                   count = pneSearchDocProfiles.length;
                   if (count > 0)
                        navBuilder.addChildNodeTo('NAVTREE', 'collection', 'id==SEARCH', 'label=='+lc('wwSearch'));
                        for (var i = 0; i < count; i++)
                             navBuilder.addChildNodeTo('SEARCH', 'item', 'id==MY_PERSONAL_SEARCHES_'+i, 'label=='+pneSearchDocProfiles[0],
                                  'url=='+pneSearchDocProfiles[i][1]);
              if (count > 0)
                   // Add the standard search link to the drop down menu link. Commented to disable
                   if(userIsAdmin)
                        navBuilder.addChildNodeTo('SEARCH', 'item', 'id==MY_PERSONAL_SEARCHES_'+count, 'label=='+lc('wwStandardSearch'),
                        'url=='+httpCgiPath+'?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=STANDARD_QUERY_PAGE');
              else
                   // Just add the link to the top menu.
                   navBuilder.addChildNodeTo('NAVTREE', 'item', 'id==SEARCH', 'label=='+lc('wwSearch'),
                        'url=='+httpCgiPath+'?IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=STANDARD_QUERY_PAGE');
    <@end@>

  • Help, my Safari browser has been acting super strange.  It keeps changing my default browser from Google to Only Search, and my search bar will only search on Yahoo no matter what I do.  On top of that I get MacKeeper popups every time I click a link

    Help, my Safari browser has been acting super strange lately!  It keeps changing my default browser automatically from Google to Only Search (if you use the search engine Only Search it takes you to Yahoo.com).  My search bar will only search on Yahoo no matter what I do to make it Google.  On top of that I get MacKeeper popups every time I click on a link.  What is worn with my computer and how do I fix it?!

    There is no need to download anything to solve this problem. You may have installed a variant of the "VSearch" ad-injection malware.
    Triple-click the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination  command-C:
    /Library/LaunchDaemons
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder named "LaunchDaemons" may open. Look inside it for a file with a name of the form
              com.something.daemon.plist
    Here something is a variable word, which can be different in each case. It could be "cloud," "dot," "highway," "submarine," "trusteddownloads," or pretty much anything else.
    There may also be a file named
               com.something.helper.plist
    in the same folder.
    If you find files with names that fit the above description, post what you have for "something."

  • Search and Parse Text from Input.

    Hi all,
    i have a script which takes varchar2 as input. A varchar2 input will have filter criteria. for my dynamic sql. I am just appending the input and getting desired outpout.
    But one scenario....i have to put some part of input into subquery and another part of input in mail query.
    example
    select name from emp
    where 1=1
    and name='XZ'
    and exists (select 1 from dept where 1=1
    and dept='Demo')
    for above query i will get input as 'and name=''XZ'' and dept=''Demo'''
    i want to search for "and dept='Demo' and parse that.
    Difficulties
    the input can be in any order. name condition can come first or name condition can come in second place.
    How to generalise the search and parse condition for above input.
    Thanks

    Can this be your solution,
    SQL> select Ename from emp
    2 where 1=1
    3 &a
    4 and exists (select 1 from dept where 1=1
    5 and &b)
    6 /
    Enter value for a: and ename like '%A%'
    old 3: &a
    new 3: and ename like '%A%'
    Enter value for b: DEPTNO = 10
    old 5: and &b)
    new 5: and DEPTNO = 10)
    ENAME
    ALLEN
    WARD
    MARTIN
    BLAKE
    CLARK
    ADAMS
    JAMES
    7 rows selected.

  • Searching and pasting jpegs from a folder or file

    hello
    I had a question on how to search for jpegs from a folder or file and copy them to another file.In windows you highlight the file or folder and select search 'jpeg' then copy and paste the results to another file.Im not sure how to do this the mac way.
    Thanks
    John

    Okay.  Step One - don't use Safari!  Use Firefox!  Firefox will separate out the web archive into its component files.  Safari doesn't.
    When you Save Page As... from Firefox be sure to give your page a really good discriptive name so you can search for it later.  You should probably create a web archive folder to keep you saved pages.  Firefox will save the page as an html file with along with a folder of the same name that contains files associated with the page (including the graphics).
    Later when you want to do your search, open a finder window, navigate to your web archive folder, then enter your search criteria.  This is where having a descriptive name will help.  Hopefully you will see your html file and the associated folder.  Open the folder to view/select your desired file.
    If you didn't do a very good job naming your saved page you can open the web archive folder.  Now sort by kind.  This will group the html files together.  Select all (or a group) of the html files, then press the space bar.  This will open quick view.  Selecting the slide sorter icon will display small versions of the pages to allow you to find the correct one.  Note the name and open the appropriate folder to access the graphic files.
    Alternatively, once you have located the html file, just open it with Firefox or Safari.  Your can usually just drag/drop a graphic out of the browser window to the desktop or into an application like a word processor or iPhoto etc.
    Dan

  • How can I search and shuffle music from my ipod through itunes?

    I have an ipod classic and store the majority of my music on there to save space on my macbook. Before this new update, I could search for songs on my ipod and shuffle them as well through itunes.  Is there anyway I can still do this?  And if not, how would I go about getting the old itunes version? I've tried searching and it only searches my library on the mac.

    Back when I had to do something like that, I used Copytrans, http://www.copytrans.net/. You might see if they are what you want.
    At worst, you could open the ipod classic in disk mode, locate the music files, copy them to your hard disk (they won't have good names), and just add them to your library. You'll probably lose play counts and *s with that approach, but it should work.

  • Have ipod nano first generation...want "search" and fast scroll from second

    hi i was just asking if anyone knew if it was possible to get an update for a ipod nano first generation that allows you to have "search" and the scroll by letter function on the new ones. I have updated my ipod nano all the way to the most recent one, but there is no search function or fast scroll.

    Unless your iPod is one of the Late 2006 upgraded 30GB or 80GB iPods or a 2nd Generation Nano, you don't have the search function. It was not added to existing devices in any of the subsequent updates.The original versions cannot be updated to the specification of the later versions.

  • Linear search and binary search

    Hi
    can any one tell me what is linear and binary search in detail.
    and what is the difference between them .
    which one is useful in coding.
    Thanks&Regards,
    S.GangiReddy.

    hi,
    If you read entries from standard tables using a key other than the default key, you can use a binary search instead of the normal linear search. To do this, include the addition BINARY SEARCH in the corresponding READ statements.
    READ TABLE <itab> WITH KEY <k1> = <f1>... <kn> = <fn> <result>  BINARY SEARCH.
    The standard table must be sorted in ascending order by the specified search key. The BINARY SEARCH addition means that you can access an entry in a standard table by its key as quickly as you would be able to in a sorted table.
    REPORT demo_int_tables_read_index_bin.
    DATA: BEGIN OF line,
            col1 TYPE i,
            col2 TYPE i,
          END OF line.
    DATA itab LIKE STANDARD TABLE OF line.
    DO 4 TIMES.
      line-col1 = sy-index.
      line-col2 = sy-index ** 2.
      APPEND line TO itab.
    ENDDO.
    SORT itab BY col2.
    READ TABLE itab WITH KEY col2 = 16 INTO line BINARY SEARCH.
    WRITE: 'SY-SUBRC =', sy-subrc.
    The output is:
    SY-SUBRC =    0
    The program fills a standard table with a list of square numbers and sorts them into ascending order by field COL2. The READ statement uses a binary search to look for and find the line in the table where COL2 has the value 16.
    Linear search use sequential search means each and every reord will be searched to find. so it is slow.
    Binary search uses logrim for searching. Itab MUST be sorted on KEY fields fro binary search. so it is very fast.
    The search takes place as follows for the individual table types :
    standard tables are subject to a linear search. If the addition BINARY SEARCH is specified, the search is binary instead of linear. This considerably reduces the runtime of the search for larger tables (from approximately 100 entries upwards). For the binary search, the table must be sorted by the specified search key in ascending order. Otherwise the search will not find the correct row.
    sorted tables are subject to a binary search if the specified search key is or includes a starting field of the table key. Otherwise it is linear. The addition BINARY SEARCH can be specified for sorted tables, but has no effect.
    For hashed tables, the hash algorithm is used if the specified search key includes the table key. Otherwise the search is linear. The addition BINARY SEARCH is not permitted for hashed tables.
    Binary search must be preffered over linear sarch.
    Hope this is helpful, Do reward.

  • Difference between Binary search and Linear search

    Dear all,
    If anyone helps me to get the basic difference between binary and Linear search in SAP environment.
    Regards

    Hi,
    In case of linear search system will search from begining.
    that means Example : z table contains single field with values 
    1 2 3 4 5 6 7 8 9 
    if u r searching for a value then system will starts from
    first position. if required value is founded then execution
    will comes out from z table.
    In case of binary search system will starts from mid point.
    if value is not founded then it will search for upper half.
    in  that upper half it will check mid point.like that search
    will takes place.
    Thanks,
    Sridhar

  • Document search and knowledge search

    Hi All,
    I have seen two work centres on interaction center:
    document search and knowledge serach.
    what is the difference between the two.
    how can we configure the same.
    please provide some docs.
    Thanks,
    Priya

    Hello Priya,
    Knowledge Search is used to search for solutions to problems using the Software Agent Framework (SAF) to search against the Solution Database (SDB) or other knowledge repositories that you configure (such as Case Management or Service Tickets).
    The Document Search is for searching for related documents that might be linked to the confirmed account using Content Management.
    You can find detailed information and configuration instructions in the online help.
    Warm regards,
    John

  • Search and replace, contents from excel file

    Hi
    I have the list in the excel file which needs to replace. The script should read the excel then replace to the opened InDesign documents.
    The excel(*.xls) file has two columns, first column has old nos. and the second column has the new numbers to replace.
    Ex:
    Column 1               Column 2
    (Search)               (Replace)
    4257/2          =>               1/2
    4257/3          =>               1/3
    4257/4          =>               1/4
    3257/2          =>               1/5
    3257/3          =>               1/6
    3257/4          =>               1/7
    4457/4          =>               2/2
    4457/5          =>               2/3
    4457/6          =>               2/4
    4457/7          =>               2/5
    Thanks in Advance,
    Thiru

    @csm_phil:
    this is a very radical method, because:
    1. you don't limit your changeGREP() to a specific table column (possibly the searched texts are found in other strings around the document and changed as well!)
    2. you are in trouble if a certain value you want to change exists more than one time (not likely, but who knows?) and you want to change it in diffrent values per instance. That will fail.
    If we deal with only ONE column of ONE table, to address issue 1 I would ask the user to select the column of the table and instead of:
    app.documents.item(0).changeGrep();
    I would use:
    app.selection[0].changeGrep();
    I don't hope issue 2 will apply in this case.
    @mr. pathi:
    However, in the case of only one column of one table to change AND if the new excel file contains ALL entries in the exact order (both all old and all new values), you could change the contents of the column by copying from excel to InDesign. No script necessary. The formatting of the old cells will be retained.
    You cannot do that by placing the new table to InDesign and copy/paste the new column to the old one, because the formatting of the copied column will be transferred as well (paste without formatting is not an option here).
    Uwe

Maybe you are looking for

  • Ibook refuses to boot from install disks

    Greetings, I purchased my G4 1.2GHZ ibook second hand about 4 months ago and haven't had any problems until yesterday. While at school I attempted to open Word and my computer froze after about 30 seconds and I had to push the power button to shut it

  • QTSS Publisher not allowing me to upload anything

    I am trying to use QTSS Publisher to upload movies for streaming. When I log in I get an error about being not able to make a folder because I do not have admin privileges. Our server admin has given me full rights and I still can not do anything wit

  • Losing datatype definition from a collection type

    Hi, When I reload a model design from an xml repository, I am losing the datatype definition from a collection type. It goes like this: - In a collection type, the datatype is selected from a list of structure types (pre-defined). - I save the whole

  • Can I have lightroom ignore a drive when I go to import?

    I have a backup drive on my PC that did not cause a problem on my previous verison of Lightroom.   But now when I go to import the first thing it does is pull that back up drive up and start searching for all the available images.  since there are 10

  • Power Surge on the USB Port.

    Well, for the first time ever in my 2 years of having this IPOD plug for my 5th Gen...I wanted to upload some pics on my ipod, but i plugged the port into the computer and the other part into my ipod, and it said my port had a power surge of some sor