Blank Search Pane after certain searches

I have strange issues after migrating from Robohelp 8 to Robohelp 9. Neither of these issues come up if I view the project in Robohelp HTML before publishing, only after I publish with WebHelp Pro do these come up.
I have some searches that say they have found no results when in Robohelp 8 it returned over 20, most of which blatenly have the search word in the title.  I have confirmed these articles exist in both, just cannot search them in robohelp 9
Exact same project upgraded and published from 8 to 9
First image: Robohelp 8 and Robohelp server 8
Second Image: Robohelp 9 and Robohelp server 9
I have very specific search strings that when you search for them the search pane goes blank and will not return until the page is completely refreshed.
I have viewed the source, there is a bunch of JavaScript stuff but not <body> tag to be seen.
I have confirmed there are no illegal characters in the filenames in my project.
Anyone have any idea how to resolve these?
Thanks for any help you may have, even wild guesses could help at this point.

New info, hopefully this info will spark an idea for someone
robohelp_server.properties
substringsearch=true
will resolve issue 1
issue 2 remains
reindex=true
will resolve both issues
this however makes context show (see http://forums.adobe.com/message/4807874#4807874)
I discovered that issue 2 is caused by the word "not" being in the search, substring search and the work "not" dont seem to get a long.
So I can get it working by going reindex=true, I would however prefer not to if we can resolve the issue 2 "not" issue

Similar Messages

  • Search pane won't work at all

    My search pane won"t search for any song or artist. There is no auto search or cant even use the search button (clicingk on the magnifying glass icon).
    Hence my user name!
    Any search of any kind works on my iPhone!
    Help this ****** please!
    <Edited by Host>

    Hi I just thought I'd reply to your thread straight away since you will have to wait until someone answers your question with a short answer that should contain little detail on how to fix the problem.
    'Try again', it should work now.

  • How to search for a certain cross reference using its name in FM 11?

    How to search for a certain cross reference using its name in FM 11?

    Well, thank you. I am only using Find dialog box. By "name", I'd like to give an example. The background is FM 11 structured. I have an element "xref" which is used to make cross reference. Now In Chapter 1, there is a sentence like "This is an ODU for ...". I made a cross ref of the word "ODU" to its full name "outdoor unit" in Chapter 2 (in the same book). After this, the word "ODU" in the sentence in Chapter 1 will no longer be a plain text. So I no longer can use the find dialog box to search for "ODU" because it is already an xref rather than text. I am not if it's clear.

  • RH8 HTML: WebHelp on Mac OSX cuts off search pane

    Hi,
    I generate Webhelp using a skin.
    It looks fine on the PC in IE7 and Firefox 3.5.8.
    On Mac OS 10.4 using Safari or Firefox (latest versions), the text that is at the top of the search pane is cut off by the search results pane.
    Here is how the search pane looks in browsers on the PC (correct):
    And here is how it looks in FF and Safari on the Mac (incorrect - "Search results per page" and checkbox are covered by lower results pane):
    Is there some way to prevent this from happening on the Mac? I need to produce a single webhelp file that can be viewed using both platforms.
    Thanks for info,
    Jeanne

    Praful,
    Your solution worked perfectly! Thanks you so much for your very quick reply.
    Another fix is also required (to fix a similar problem on the Index pane)
    In the same folder, edit the file whidhtml.htm and change:
    if (gbMac)
      strWrite="<FRAMESET ROWS='60,100%' framespacing=0  frameborder=0>";
    I just have to add that I am absolutely amazed at the quick reply I received after filing this as a bug report.
    Sincerely,
    Jeanne

  • Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed. I get the opening window where it says installing plugins searching etc, after which PS opens in full screen. Just moments after that there's a fail warning, no code number, only

    Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed.
    I get the opening window where it says installing plugins searching etc, after which PS opens in full screen.
    Just moments after that there's a failure warning, no code number, only the warning that PS failed to open and PS will close.
    I tried downloading it for a second time, but this did'nt solve the problem.
    Befor the CC version I used a one year student version of Adobe CS6.
    What can I do?

    Regarding the Flash Player problem, disable Hardware Acceleration to circumvent driver incompatibilities.
    Regarding the Flash Pro installation problems, post in the Flash forums or http://forums.adobe.com/community/download_install_setup

  • RoboHelp HTML 9 Search Pane Max results controls

    RoboHelp HTML 9 with WebHelp as output...
    I have a two part question. By default when our users do a search in compile dhelp, they see 10 search results per page. Is there a place in my RoboHelp interface where I can change that to larger number? I have found a line of code in a *.js file where it looks like I could manually change it, but would prefer not to have to do it that route in case that causes unintended hiccups elsewhere.
    var nMaxResult = 10 ; 
    Second part of my question is related to statement in release notes/new features notes for RoboHelp 9 that state users can control the max search results per page on-the-fly as they use the Search pane. This feature only applies to WebHelp or WebHelp Pro and my output is WebHelp. I can see a line of code for that feature in the whfform.htm file but nothing shows up like that in the Search pane within compiled help. Is this a bug or is there a control somewhere in RoboHelp project settings that allows me to enable that option for users? The last 2 lines below would seem to control this area. The Search pane items referenced in first 4 lines do show up ok in my Search pane.
    gsTitle = "Type in the word(s) to search for:";
    gsTitle = "Type in the word(s) to search for:";
    gsHiliteSearchTitle = "Highlight search results";
    gsHiliteSearchTitle = "Highlight search results";
    gsMaxSearchTitle = "Search results per page" ;
    gsMaxSearchTitle = "Search results per page";
    Thanks for any insight you can provide,
    KF

    I know this is an old topic, but I was trying to figure this out myself today and finally found it. In case others have been looking for this, it's in in this file:
    whform.js
    find this variable:
    var gnMaxRslt = 10;
    and then change the 10 to the number you want.
    If you do that in the generated help, the number will change in the Search pane, but it will still display only 10 results. To get it to actually display more than 10 results, I had to edit the RoboHelp file, not the generated help. I made a copy of C:\Program Files (x86)\Adobe\Adobe RoboHelp 10\RoboHTML\WebHelp5Ext\template_stock\whform.js before I edited it. (Right-click the file, click Copy, then right-click in the folder and click Paste. Edit the one that doesn't say Copy in the filename. Then if you want to back it out, delete the one you edited and remove Copy from the original.) If you have your project open in RoboHelp, close it, then reopen it so it can "grab" the new info.
    This ought to be in the WebHelp Setting dialog box on the Search pane.
    --Karla--

  • Sometimes when using the Google search engine, after using the Back button in the Firefox 4.0.1 browser, I am no longer able to click in the Google search box.

    Sometimes when using the Google search engine, after using the Back button in the Firefox 4.0.1 browser, I am no longer able to click in the Google search box.
    This problems has been occurring on two different machines over the last two days.

    I think this may not be a browser problem but rather a Google problem.
    I am getting the same problem with the Google Chrome browser.

  • RH7 Search pane text alignment in Firefox

    When I do a search in a RH7 webhelp guide in Firefox 3.0.2,
    all the returned topic names touch the left-hand edge of the search
    pane. In IE7 there is a one-pixel space before the text, as you'd
    expect in any windows app.
    Any ideas how to fix this for Firefox?

    csruskin,
    Welcome to Apple Discussions.
    But for the fact that none of the links work, the page displays perfectly on my Safari.
    W3C Markup Validation Service says:
    Failed validation, 25 errors
    ;~)

  • After i search for an item in my bookmarks, how do I get Firefox to show me where in my bookmarks the item is located?

    after i search for a bookmark, i'd like the ability to right-click on the search result and have it display where it actually is in my bookmark list. does Firefox already have some way of doing this? if not, it's a feature i'd like to see added. thanks.

    I'll try the add-on, but it seems burdensome to the system to have to use a bunch of those, no?

  • ITunes crashes after 2nd search

    I'm having an issue with iTunes crashing after I run a 2nd search.  I'll search for one artist, and it's fine.  If I try another, I get an error screen and iTunes crashes.  Error message reads:
    " Program: C\Program Files (x86)\iTunes\iTunes.exe     R6025 pure virtual function call"
    I've installed updates, ran a repair and even deleted and reinstalled with no results.  I'm using Version 10 on Windows 7.  Can anyone help me on this?  Thanks!

    hi g-pod!
    i'd try going with SubJunk's suggestion here. itunes 6.0.1.3 came with QT 7.0.3 ... any higher versions of itunes come with QT 7.0.4. 7.0.4 seems more stable than the earlier versions of QT 7.0.x, and with a video-related issue like this, i tend to worry first about factors to do with the QT on the PC.
    love, b

  • Remove horiztonal scroll bar in search pane

    RH8.0.2 HTML.
    Hi all, wondering if anyone has a fix for the horizontal scroll bar that popups up in my search pane for webhelp.
    I've gone to great lengths to get my help in the right sized window with no horizontal scroll bars - they annoy me soooo much.
    But now, and always I have noticed, they appear in the search pane when results are displayed. No matter how far i widen it they do not go away.
    Is there some work aorund for this?
    Thanks.
    Nick

    Hi,
    The search results are written in a HTML-file, are they not?
    Checked in RH7, but I think it's the same in RH8:
    In wfhdhtml.htm, the search windows is build using frames. Look for the frame that calls whfbody.htm. On the end of the line is the text scrolling='yes', set that to no.
    If that doesn't work, I'll check in RH8 when I have the Chance.
    Greet,
    Willam
    This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

  • Double click select all does not work in web site's search area after going back.

    After updating from Firefox ESR v24.8.1 to v31.20 double click select all does not work in a search area after going back or searching again with the same input. It happens before clicking search icon and searching for something else double click select all does not work except it works for one word that's all.
    This issue is with all new Firefox ESR and None ESR I have tried. Also the issue is on all web sites like www.softpedia.com for example.

    Bugzilla has a different login system, unfortunately.

  • Search window in safari does not work after first search item

    After browsing on web page, entering search term in the search window results in no search. The window will not reset(set default to google)and will not search. Only way of searching is to quit safari, retype or paste the search term ( which is saved as "%20 "indicating that safari interprets this as a web page??).
    Very annoying. Is it to do with safari and linking your webpage/browsing experience???

    Hi,
    Go to these 2 locations to see if you have any 3rd party extensions and move anything present in them onto your Desktop to deactivate them:
    /Users/YourUsername/Library/Input Managers/
    /Library/Input Managers/
    Restart Safari to pick up the change. If it works now, you can try moving the items back one by one until you find the culprit.

  • After upgrading 3.6.7, in "google image search" all the results appears in one page, I just need to go back to the previous way of search : page after page.......??

    After upgrading 3.6.7, in "google image search" all the results appears in one page, I just need to go back to the previous way of search : page after page.......??
    where can I adjust this option ?? I tried in IE, the search way is normal as in past..
    == This happened ==
    Every time Firefox opened

    I believe this to be a browser issue, not a google search results issue, and here is why:
    having updated Firefox only yesterday, I visited google images searching for pancakes.... interestingly, I have the NEW image results (yuck) on Firefox 3.6.8, I have the OLD image results on IE8 and Opera 10.53.
    When I use the 'switch to basic version' in Firefox 3.6.8, indeed it DOES revert to the new format next time I image search (in Firefox).
    For those of us who prefer the OLD image results page, I guess we will just have to switch browsers for google image search.
    Now I'm off to research how to get rid of the UGLY FFox sidebar.

  • How can I find the Search pane on iOS 7.0.4?

    It USED TO WORK by swiping down from the center. Now swiping down from the center with the newest CRAP iOS 7.0.4, all that happens is the notifications tab pulls down.
    I can see all the options for Spotlight Search in the General Setup, and have all of the search options enabled, but the old way (2 weeks ago) of getting the search pane DOESN'T WORK ANYMORE.
    Anyone have a clue where it went, or how to get it back, or enable it, or anything?  SIRI is clueless too. I say "Open Spotlight Search". She says "You don't seem to have an app named Spotlight Search"
    I can tell SIRI to open one of my 150+ apps WHEN ONLINE, but if I'm flying or out of wi-fi, and want to search my iPad, I need the spotlight search pane!!!

    Gee, tonefox, did you REALLY have to log on and take the time to throw stones and call names?  A tantrum? Really?  Tantrum??
    How about from now on you just submit useful information?  I admitted to having problems with it, and I was frustrated because it didn't work the way it used to.  Maybe I just got lucky before, every time I wanted the search pane.
    I asked Siri for "Spotlight Search" because that's what Apple CALLS IT in the general setup. So, genius, since you're SO much more highly informed than me, what else should I have asked for?  Believe me, I tried dozens of different word combinations to get Siri to give me the search pane.
    Again, if you don't have something nice or helpful to say, please don't say anything. This isn't a social network place - it's a support forum. You gave no support.

Maybe you are looking for

  • Import  excel sheet for update of a table

    Hello I'd like to import data from an excel spreadsheet or CSV file. Is there a simple way to update the table with this data? Can import handle one spreadsheet containing data from 2 tables of which one is to be updated. Eg. column 2 in rows 1 to 4

  • Adobe interactive forms in Webdynpro

    I installed Adobe LiveCycle Designer. When I edit the interactive form from NWDS, it says "could not find the required product, Install adobe Live cycle designer" Do we have to perform some additional settings after the installation.

  • About Reports

    Hi All, I run a query for which we have to enter a variable called 0Calday while we run a query. i ran the query and save in the excel. I dont remember at what date the query is ran and now I want to know the date. How can I know the date. Help me at

  • How i can Change Column width in Spool command

    Hello Experts , coulmn name turnover has data type number(7) in oracle database i want to change it to turnover number (4) in select query of spool command because i want to create a flat file with width 4 to column turnover please suggest me Thanks

  • Which pcmcia wifi card to get for pb17" with Airport already installed?

    Title says it all really... after 3 years the airport connection to all 3 of my apple base stations (1 X new airport extreme and 2 X airport expresses) is pathetic Thought about a USB wifi stick - but that sticks out too much - would prefer to get a