WebHelp Search results include text from topic

Hello,
Using XP with RH8 and RSC 3.1 
Testing the Search tab functions in a Web help project and noticed that the Search Results list includes text from the topic, including from the Header, which have our product name and copyright statement.
Is there a way to turn the display of text off, or at least restrict where it picks up the text from?    I like having the ranking column, but the topic title is all I really want in that column if that's possible.
See the attached example.
Thanks in advance for any advice you can provide.
Regards,
Joe

Turn off the context option in the second page of the wizard.
See www.grainge.org for RoboHelp and Authoring tips

Similar Messages

  • Search Results Query Text - Get all data, Exclude all list data except one

    Hi Experts,
    I have a situation wherein in the global search of our internal site, we have to display all results & restrict any list item except one list. Earlier we had restricted /Lists/ & People to be displayed in the results.
    But in the new search results I have to display results from only one list along with other results (documents, sites, pages etc).
    Below is the original query text entered in the Search Results Query Text editor
    {searchboxquery} -contentclass:STS_List_Links  
    -filename:allitems.aspx  -Path:/articles/Pages/default.aspx
    -filename:DispForm.aspx  -Path:/Lists/ -Path:person.aspx
    I have tried various different queries with AND, OR operator. I have researched other blogs, sites over google. But unsuccessful. I am sure this is not a rare requirement. Need your expert help.
    I have tried this query also...
    {searchboxquery} (-filename:allitems.aspx -Path:/articles/Pages/ -Path:/Lists/ -Path:/PublishingImages/) OR
    (+(+Path: /Lists/ArticleContent/ AND +filename:*.aspx) AND
    -(-Path: */Lists/* OR -filename:*.aspx))
    Vighnesh Bendre
    MCTS
    http://markviky.blogspot.com

    Vighnesh,
    You should have success using the following:
    {searchboxquery} -contentclass:STS_List_Links -filename:allitems.aspx  -Path:/articles/Pages/default.aspx -Path:person.aspx ((-filename:DispForm.aspx  -Path:/Lists/) OR Path:/Lists/ArticleContent/)
    Two things from your original query were excluding list items from your results, your exclusion of file
    DispForm.aspx and path Lists.  By using "OR" in the above query, we're creating an exception to also allow items under
    Lists/ArticleContent to be included in the results.

  • How to include text from attachment in Me22n to smartform?

    how to include text from attachment in Me22n to smartform?

    Guys
    I thing Ur not understanding ma question
    as ur answer is right
    lemme put ma senario
    a enduser create a word file which contain tables too
    but when he enter this text in text field of PO and save it
    the tables  disappear
    The solution to this issue
    is that we added the text to attachment of PO header
    but if i want to show it in o/P form i'm not getting any text id for it
    to use in include of smartforms
    this was ma question is der any text id for it?
    as of now i hav asked ma enduser to take separte Print out of PO and attached file

  • Write diadem search results to text file

    Is there a solution within DIAdem for exporting specific information from a search result into a text file? For example: I perform a search which returns all of the files, groups, and/or channels which I want to work with; now I would like to have, say, the file paths of all the results of my search exported to a text file. Is this possible? I could not find a direct way of doing this, but perhaps a script already exists for doing stuff like this?

    Hi mrclary,
    I did not have this code handy, but I was able to whip it up for you.  Let me know if you have any questions.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    Search Result Paths.zip ‏1 KB

  • Inconsistent Webhelp Search Results

    Hello,
    I have a webhelp generated from Robohelp 10, where I've been running into issues with the search results.
    I ran a search for "predicate" (without the quotation marks) via the search pane on the left, and got only 1 result. I noticed that "predicat" instead of "predicate" was highlighted in the search result pages. I ran another search for "predicates" (without the quotation marks) and got 6 results. This time "predicate" was highlighted instead in the search result pages.
    I assume that Robohelp dropped the "s" to encompass both singular and plural version of a search term, but I don't know why:
    Robohelp drops the "e" in a search term"
    Robohelp did not return the additional 5 results for "predicate"
    I checked the search options in the Webhelp Single Source Layout but didn't see any options that would affect the issue above. How do I get it so that my search results are consistent at the very least e..g, "predicates" and "predicate" will return the same number of results?

    The fact that the "e" is not highlighted is a known bug. Please report it again as the more people who do etc.
    Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    It's not clear from your post how many instances of predicate and predicates should be found.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Search results displays title from the document and not from its metadata

    Hi All,
    I have an issue with SharePoint 2010 Search results. While searching for any content in SharePoint, it displays the title value from the keyword in the document and not from the metedata.
    Scenario:- I have a document library and a document named "Bill Details C1234.doc" in it. The title for this item in document library is "Bill Details". However on searching with keyword "Bill" it displays the
    first word in the word document which is "I".It should display the title set in the document i.e. "Bill Details".
    Please suggest

    I think you're looking to do the reverse of this:
    https://social.technet.microsoft.com/Forums/office/en-US/c2ec4fc2-e04c-453c-8035-4f334f062d05/have-search-results-display-the-filename-of-a-word-doc-instead-of-the-title-metadata?forum=sharepointsearchlegacy
    check this out as well, again I think you want to reverse part of this where it references filename
    http://chris.gg/2011/06/display-filename-instead-of-document-title-in-sharepoint-search/
    So, where it references Filename, you would put title, but leave where it references title alone.  Or maybe I misunderstood and you are looking for exactly this, to make search display the filename and not the title, in which case I trust that you'll
    find this to be your answer.
    Stacy Simpkins | MCSE SharePoint | www.sharepointpapa.com

  • SQL TO search for a text from one of the table in a scheme(user)

    Hi folks
    Is there any way to serch for a text from a table in a schema(user) where we dont know from which table that text belongs to .
    If yes please post me ..
    Thanks

    Try this
         SQL>  var val varchar2(5)
         SQL>  exec :val := 'as'
         PL/SQL procedure successfully completed.
         SQL>  select distinct substr (:val, 1, 11) "Searchword",
                         substr (table_name, 1, 14) "Table",
                         substr (t.column_value.getstringval (), 1, 50) "Column/Value"
                    from cols,
                         table
                            (xmlsequence
                                (dbms_xmlgen.getxmltype ('select ' || column_name
                                                         || ' from ' || table_name
                                                         || ' where upper('
                                                         || column_name
                                                         || ') like upper(''%' || :val
                                                         || '%'')'
                                                        ).extract ('ROWSET/ROW/*')
                            ) t
         --        where table_name in ('EMPLOYEES', 'JOB_HISTORY', 'DEPARTMENTS')
                order by "Table"      
         Regards
    Singh

  • 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.

  • How to remove Forms/DispForm.aspx from search results

    HI
    I configured enterprise search in our share point public facing portal,
    and when a user search for any content why the search results are displaying from below links and when user clicks it asking authentication.
    /Pages/Forms/DispForm.aspx?ID=477
    /PublishingImages/Forms/DispForm.aspx?ID=3
    /SiteAssets/Forms/DispForm.aspx?ID=1
    /Documents/Forms/DispForm.aspx?ID=1
    and how to remove these from search results .
    adil

    To remove from search results...
    Central Administration > Application Management > Manage service applications > Search Service Application > Crawl Rules
    In the Path enter: *://*/DispForm.aspx* and for the Crawl Configuration check "Exclude all items in this path" and check "Exclude complex URLs (URLs that contain question marks - ?)"
    You will then need to do a crawl of your content to remove any URLs that match this path.

  • RoboHelp 10 WebHelp search feature not working?

    Hi all,
    I am using the Adobe Technical Communication Suite 4 and cannot get RoboHelp 10 to generate a WebHelp product with search capabilities.
    I have created a RoboHelp 10 WebHelp project and imported FrameMaker 11 files.
    Everything seems okay, but when I search in Internet Explorer 10, nothing happens.  I can even be on the same page as a term and enter the term in the box,
    but then nothing happenns. I also tried:  Opera, Firefox, Chrome and Safari browsers and still no results in the WebHelp search results.
    Actually, I get one word by default and that word is:  "null".
    Any idea on what is causing this?  I have a deliverable due soon, and I need to get this search capability working.
    Thanks in advance for your suggestions.
    I am using the latest patch too - RoboHelp 10.0.0.287
    Regards,
    Jim

    Hi Jeff,
    Thanks for the reply.  I am not sure if it is Java, although I did download Java to make sure I had the latest update.  I am running on a Windows 7 64 Bit Dell Laptop with Adobe TCS 4.
    I just saw a different post - but related to this post on the topic and I think it has to do something with the XML files that are created during the normal generation process.
    I have a feeling that there is something wrong with my XML files and the reason I say that is because I can generate one of the sample RoboHelp projects to WebHelp and then use IE 10 to search and the results
    come up right away, but when I do a WebHelp generate on my project the search does not work.
    Here is that related thread:
    http://forums.adobe.com/thread/798369
    Search Error: Failed to initialize database
    Mar 1, 2011 12:33 PM
    That thread dealt with RoboHelp 8 and I am using RoboHelp 10, but I think the problem is probably the same.
    My questions are as follows:
    I have a customer deliverable on Monday with several hundred files and a search mechanism that does not work at all.  Can I copy the search mechanism from the sample project and then put it into my project?
    Are the XML files generic or specific to each project?
    How many XML, Javascript and other RoboHelp type files are used to make the search functionality work?  I was thinking of populating one of those sample files, that has already been started with my files to see if that would get things going in the right direction - with the idea of removing all the sample files from that project and replacing them with my files, but, I have over 400 files, including references to foldout drawings and vendor manuals (baggage files) and it would probably take too much time to make that happen.
    With that said, if you or anyone else has ideas on how I could get this search engine working, I would really, really appreciate it.
    My current file structure is like this:
    Main Project Folder
        !ScreenLayout
        My Project File1
        My Project File2
        My Project File3
        resource
        whdata
        whgdata
        whxdata
        Frnt_Cov.htm
        Frnt_Cov_csh.htm
        Frnt_Cov_rhc.htm
        All RoboHelp graphics, javascripts and .htm files
    There does NOT seem to these folders that are in the sample:
    !Language!
    !SkinSubFolder!
    !SSL!
    The !ScreenLayout! folder is the only one present.  Does this have anything to do with only having MultiScreen HTML5 and WebHelp (Primary Layout) for my project settings?
    Again the most notable difference I see, is between the folders NOT included in my project (!Language!, !SkinSubFolder! and !SSL!).  I am not sure why these folders are not included in WebHelp.
    Thanks for taking the time to read this, as well as for any suggestions that can be offered.  I really need to get the search feature working by tomorrow.
    Regards,
    Jim

  • Search Result Formatting

    Is there a way to format search results? What I am looking to
    do is, when search results are displayed, they also include the
    book title from which the topic is from. In other words, let's say
    I type in "How to copy" in the search criteria dialog box. Below is
    an example of the way I wish to display my results. Where I have
    one project, containing three books, "Work Instructions,"
    "Procedures," and "Training Materials."
    Work Instructions
    How To Copy
    How To Paste
    etc.
    Procedures
    Copy
    Paste
    Training Materials
    Copy a Contract
    Paste
    How to Copy
    Is there any way to do this? Any help would be greatly
    appreciated.

    I'm afraid not. The search results lists purely the topics in
    which the text string exists. One way around this though may be to
    title your topics with the book title - e.g. "Work Instructions -
    How to Copy", "Work Instructions - How to Paste", etc. This would
    be a little tedious but you'd get the results you want.

  • Searching for a text in multiple vi's

    I have to search for a particular text ("c:\" to be exact) in files that make up a project (about 350 of them). (My task is to replace absolute paths with relative paths). I tried to search within files using windows explorer search feature but it reurned no result (maybe the vi's are not stored as text files). So how may I achieve the given task?
    (Thanks in advance to all those good people out there who help people like us. What would I do without your guidance? Have a very productive valentine's day)

    In LV 7.1 I am able to do a search on the text from an Enum used as
    a state diagram selector.  In fact, I can even specify 
    whether the state is to be visible or not.  I will find all the
    Enums with that state exposed (ie "Init") as well as the case statement
    with the string in it.  Very useful.
    However,
    in LV 8.5 it no longer finds the enums or the case!  It doesn't
    even find plain strings used for free text on the BD or FP, which 7.1
    will gladly do.  It seems as if 8.5 only wants to find
    labels.  This is not quite as useful.
     I tried searching this topic but could not find any comments.  Anybody clue me in on what I'm missing?

  • Search results not returning file names correctly

    Have an onsite SharePoint Server 2010 Enterprise that contains a number of documents in a document library all containing the word "south" in their title. When a search is run with the keyword "south" all 3 files are shown in the results but only one displays
    the correct title. The other 2 display alternate text (in this case the company name). The links all 3 results are correct, however the title of results is incorrect for 2 out of the 3.
    I have duplicated these results using Office 365 and another on site SharePoint 2010 server.
    I have duplicated these results converting the documents to DOCX format under Word 2007 and Word 2010.
    Obviously, this is an issue with the files, however any ideas where to start looking to uncover where the SharePoint Server is pulling the information from? 
    In the end I need all 3 results to display the current name of the files it finds, not simply some random text with the files from 2 out of 3 of the results.
    Thanks
    Robert Crane
    www.ciaops.com 

    Could it be because of this?
    Pasted from here:
    http://bpostutor.com/post/Hidden-SharePoint-2010-Feature-Changes-Document-Titles-in-Search-Results.aspx
    Hidden SharePoint 2010 Feature Changes Document Titles in Search Results
    SharePoint 2010 has a interesting feature which you may not know about.  It's called Optimistic Title.  It's part of the Office Search engine within SharePoint.  What it does is determine a new, hopefully more relevant title for your documents
    to be displayed in your search results based on document properties or the actual contents of the document (i.e. Text within the file).  As you might expect this is closely tied to the Office document formats such as Word, PowerPoint, Excel, OneNote,
    and Visio.  Your end users may report that the titles that they see for search results differ greatly from the file name or the actual title of the document.  This is particularly evident with PowerPoint files where the name of the first slide
    is often used. The behavior is not entirely predictable.  Different results can be expected from Office 2007 and Office 2010 created files and even those created in earlier versions of Microsoft Office. 
    If you want to change this functionality you need to actually go and edit the registry on your Search role server(s) within your SharePoint farm, restart the osearch14 service and then do a full crawl.  The key you want to modify is the EnableOptimisticTitleOverride.
    The default setting is 1. Change it to 0 to disable the feature.

  • I want to do Search Result Clustering

    Hi,
    I have a database containing over a million companies along with their business descriptions. I am using Intermedia Index to perform a full text search on this data and I display top 500 results from my databased based on any keyword or combination of keywords that user types in.
    I now want to cluster these search results based on the search results - i.e. from the result set, I want to find out the keywords that appear maximum number of times (keywords of upto 3 or 4 words) and then allow the user to further filter the search results based on the keywords.
    Is there a way in Oracle Text search where I can get the list of keyword counts ?
    Regards
    Madhup

    If images are missing then check that you aren't blocking images from some domains.
    *Press the F10 key or tap the Alt key to bring up the hidden "Menu Bar" temporarily.
    *Check the permissions for the domain in the currently selected tab in "Tools > Page Info > Permissions"
    *Check "Tools > Page Info > Media" for blocked images
    *Select the first image link and use the cursor Down key to scroll through the list.
    *If an image in the list is grayed and "<i>Block Images from...</i>" has a check-mark then remove this check-mark to unblock images from this domain.
    Make sure that you do not block (third-party) images, the permissions.default.image pref on the <b>about:config</b> page should be 1.
    Make sure that you haven't enabled a High Contrast theme in the Windows/Mac Accessibility settings.
    Make sure that you allow pages to choose their own colors.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    If you use extensions (Firefox/Tools > Add-ons > Extensions) that can block content (e.g. Adblock Plus, NoScript, Flash Block, Ghostery) then make sure that such extensions aren't blocking content.

  • Don't sort search results?

    Hm, I guess there is no easy way to tell RH8 to list WebHelp search results in a very simple list and to relinquish the sort function within the search results?
    Thanx y'all.
    Paul

    The topics are sorted by relevance. See the RoboHelp Tour on my site.
    Add a screenshot using the camera icon to show us what you don't like with the appearance.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Amount on Goods receipt for return orders is wrong with movement type 653

    Hi All, I am sorry if it is a simple question because i am an abap'er. My requirement is to create return sales order (with ref.to Billing document) and deliver and PGI for the return orders. This should go to sales order stock. Accounting document s

  • N95 camera problem v21.0.016

    Need help!!! After updating my N95 into v21.0.016, the quality of the camera degraded... I don't know if its the flash.... the flash still flashes but seems that it doesn't have any effect in the image.... TO explain further, I'll give an example: Be

  • I upgraded to Lion a month ago and am trying to start Mail, but it's been "upgrading my database" for a month

    the "upgrading database" phase which should "take a couple of minutes" has taken over a month and it's still only a quarter of the way done. i'm on a macbook pro that is just under a year and a half old. this is the screen i'm on / have been on: what

  • VAT code for european union

    Hi, We want to use the SRM functionality to determine the VAT code. But we also need to take european union into account not just International/Domestic. Is there a way of solving this within standard or do we need to use a BAdI? BR Anders

  • Reciever determiantion not found

    Hi We installed PI 7.3 but not able to find receiver determination,interface determination and sender and receiver agreements. but integrated configuration is present I think only AAE is installed and IE is missing . Please let me know how to check t