Non-local searches return "null" results

I'm creating a Merged help output using AIR Browser Based Help. Said output currently has one major flaw: null search results when viewed over a network.
Now, I have read through the thread on this forum about people who initially got a "null" search result when searching a local project, but with the search subsequently working, and indeed that behavior is what I was initially seeing. That is, on my local copy of the project, my first search would return "null," and then things would work normally. However, when other users accessed my local project over our network, they never got anything other than "null" results. (Quick aside for relevant information: output was from 64-bit RH9, testing is on FIrefox 13 and I.E. 9) If I move my local copy onto the network, I am no longer successful in searching.
I have performed the suggested fix on the whfhost.js file, and while it fixed the problem locally-- I no longer see "null" results-- the problem persists for non-local access. Does anyone have any suggestions on how to fix this?
Thanks!

For the benefit of anyone else, this is the solution that was provided by Adobe.
Open the generated output folder and open whfhost.js file in the notepad application. Search for the following strings in the file. you need to replace this function
function Query()
  gbAIRSearchString  = goOdinHunter.strQuery;
g_CurPage = 1;
context = new HuginContext();
  context.reset();
context.push( goOdinHunter.query, goOdinHunter,
  processHunterResult, null );
  context.resume();
With this new function
function isValidType(obj)
return ( (typeof(obj)!='undefined')&&(obj!=null) );
function Query()
  gbAIRSearchString  = goOdinHunter.strQuery;
g_CurPage = 1;
if (isValidType(context) && isValidType(context.aTasks))
  while(context.aTasks.length>0)
  context.resume();
context = new HuginContext();
  context.reset();
context.push( goOdinHunter.query, goOdinHunter,
  processHunterResult, null );
  context.resume();
And try running the output and see if you stilll face the null search result problem
If this problem is fixed, then you can go to the C:\Program Files\Adobe\Adobe RoboHelp 8\RoboHTML\WebHelp5Ext\template_stock folder location, and make the similar changes in the whfhost.js file located in this folder.
It has worked for others so I would first check carefully that you have made the modification correctly.
If you reverse the change, are you back to square one and get a null result first time?
The modification was for RoboHelp 8 or 9. You haven't said what version you are using.
Does it fail with all browsers?
See www.grainge.org for RoboHelp and Authoring tips
@petergrainge

Similar Messages

  • SharePoint Foundation 2010 Search returns no results

    Hi,
    SharePoint foundation 2010 Search is not showing any results after configuring the step from the below link.
    http://wiki.sirkit.ca/2011/04/sharepoint-foundation-2010-search-returns-no-results/
    My Server Setup : 
    SharePoint Foundation 2010
    SQL Server 2008 r2
    We have created two web application and configured the search service as above mention link.
    And we have migrated a site from MOSS 2007 to SharePoint 2010 to one of  web application,we assigned search database to the newly migrated content database.
    Previously there was Form based Authentication was done on Moss 2007 site and on SP 2010 we are working on Windows authentication.
    Database showing crawl is working and showing success results as well in SQL table, Its only Not able to show the results on the page.
    Thanks in Advance
    Dinesh
    Regards, Dinesh Reddy.

    Don't look at the databases, it's a bad habit to get into and will lead to confusion.
    In search administration are you getting any sucsess messages in the crawl history and is the number of items in your index non-zero?
    If so that implies that the crawl process is working and it's the user security that's the issue.
    To confirm try searching for a file whilst logged in as the crawl account, that should return results.

  • Podcast returns "Your search returned no results" but that wasn't the case yesterday

    Hello Everyone:
    I've been a loyal listener to the 66/40 podcast. It's gone thru some name changes (now it's "66/40 on Oneplace.com") and when I did a search in AppleTV yesterday & today, I got a "Your search returned no results", even though it displays when I search for "66". For weeks now, I've been able to access it. I can access it via the iTunes Store, but no longer on AppleTV. Anyone know why? Any help would be greatly appreeshed.
    Thanks.

    Same thing happening to me, multiple podcasts, video and audio.

  • Podcasts "Your search returned no results"

    When doing a search under Podcasts in Apple TV (2nd gen), a list show up on the right hand side, but when I click on ANY podcast name, it says "Your search returned no results"
    As the producer of one of the podcasts in question, I'm not sure why this is happening. They all show up on my Apple TV 1st Gen, as well as iTunes on my Mac, mobile devices, etc. but NO podcasts that I search for can be accessed in 2nd Gen.
    Thanks

    Same thing happening to me, multiple podcasts, video and audio.

  • Search returned no results

    Hi Experts,
    I had configured backend BW 3.5 connection in the EHP1 for CE 7.1. When I opened VC, I can find the BW system name I configured. I am using dedicated application server configuration. However, when I try to search for query or infoset, it showed "search returned no results". The connection test in system landscape was sucessful. What may be the root cause? Do I need to install any support package in BW 3.5 in order to be searched by VC?
    Best Regards
    Tom

    This message has been opened a long time. Please re post if you have not solved the issue.

  • Spotlight search return no results on fileserver

    Spotlight is giving me fits. I had it working at one point, then it spontaneously stopped returning search results.
    When clients (all osx10.5.5) perform a search on the file server they only get results for files that have been modified since the last re indexing.
    I have tried deleting the spotlight indexes using mdutil -E /
    i have tried turning indexing off, rebooting, and then back on .... all with no results.
    After the most recent reindexing, i get some results ... but only files that were modified since the last reindexing.
    Any suggestions? Or are there any references to spotlight that would explain how this thing works ... or how its suppose to work at least.
    btw ... if you log into the server locally, searches results are as you would expect.
    permissions on the server is wide open ... all registered uses and see and change all files ... so i don't think its a permissions issue.

    Rathelm,
    contacting you directly for some help as I'm in the midst of a spotlight issue....
    I recent deployed 10.6.6 server, the last Xserve...
    10.5+  & 10.6+ clients connect via AFP to sharepoints
    In the 1st week clients complained that they cannot find files on server.
    I rebuilt all spotlight indexes on all clients macs and on all volumes on the server
    Clients were happy and were able to quickly search server....
    Approx. 4 days later clients complained again that they cannot find files on server.
    Asked manager for specifics and he found that only new files added to the server after the spotlight index rebuild cannot be found.
    Clients not happy again..
    Have any ideas?
    Big thanks

  • Services Registry Search Returns 0 Results

    I'm following the 3 part walkthrough on CE 7.2 and one step is using VC to connect the CreatePurchaseRequest to a backend web service.
    I've exposed the service in ECC, setup the endpoint/service on the Java side for that server, and then published it to the NW CE server. The publish steps return
    "Successfully published service definition with key : "uddi:05c3d3ee-f4e4-11df-cab0-0000001b0b3e" " indicating the server sees and has configured it.
    However, when searching for the service in VC on my dev system, it keeps returning 0 results in the search. I've looked at documentation for hours and can't find the fix - this seems to span many areas of NW. Can anyone advise of where to look or something else to test on the system/client?
    NW WS Navigator can see the endpoint, and I can see the published WS in the NW CE Server. It does have an issue withe a FQDN but other than that tests OK from both systems' WS Nav. Only the NWDS 7.2 SP3 seems to not see it in the Service Repository.
    I have confirmed the same results on a XP SP2 client system, and that I can get the default WS's from the CE server but nothing else.  The search also shows my ECC server as a search option through the CE server. 
    Can anyone shed light on this one? 
    Thanks
    System info:
    ECC 6.0 EHP4
    NW CE 7.2 Win 2008 32 bit running on XP Mode for NWDS
    VC 7.2 SP3

    hi
    check your configuration settings,whether you are connecting to service registry from visual composer or not.
    as you are saying you have published the web service so service registry will show the service when you are connected to it
    Hope it may help
    You can check this link for step by step tutorial.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0f78144-fb79-2d10-f986-97347155ec23
    check all 4 parts for complete reference and process driven visual composer application.
    best regards
    suresh

  • Content search returns null

    content search on web interface, and JAVA API returns null (0 elements). is there any parameter to add, to enable intermedia text on ifs ?
    thanks in advance.

    Hello Olivier,
    content search on web interface, and JAVA API returns null (0 elements). is there >any parameter to add, to enable intermedia text on ifs ?
    thanks in advance. I believe there is something in the iFS adminstrative
    setup that initiates intermedia indexing. Just now I
    looked in the Setup and Administration Guide but I cannot
    find a reference to it. If you have a system administrator
    maybe they can find it or maybe someone else here
    knows, but if that is true it could explain the null.
    Look closely at the installation or adminstration guides.
    Lee Peterson
    SAS Institute Inc.
    SAS ... The Power to Know

  • Please Help Urgent:Fast Search returning wrong result sets

    Hi All,
    We are facing below issue with fast search.
    Currently in My project  when  we are searching  for a phrase it is returning wrong result sets.
    For example if we search for “Endura”, It is returning documents related to
    Endura  as well as Centura.
    But the expected results are only Endura documents.
    When we look in to the documents we didn’t find the search term (“Endura” ) either inside document content or in its meta data.
    In order to resolve the issue we tried the below steps
    1-     
    We manually edited and saved the document, to ensure the appropriate Guid association to metadata.
    2-     
    Index reset
    3-     
    Full crawl
    But no luck  so far.
    Please help.Thanks in advance.
    Regards
    Subrat

    Subrat,
    This may be related to spellchecking or may be synonym. Spellcheck is based on indexed terms.
    The best test would be to run the queries from qrserver (13280) and then look at the spellcheck query transformations. If spellchecking is not doing it, then you must have a synonym setup .Check your keyword/synonyms from the SharePoint side. 

  • Context Type Search returning wrong results with "ME" in the SEARCH

    CREATE TABLE "TEST"
    id NUMBER(19) NOT NULL,
    "TESTDATA" CLOB NOT NULL ENABLE
    CREATE INDEX IX_testdata ON test (testdata) INDEXTYPE IS CTXSYS.CONTEXT ONLINE
    PARAMETERS ('TRANSACTIONAL MEMORY 500M SYNC(ON COMMIT) section group ctxsys.xmlpathgroup')
    PARALLEL 4
    insert into test values (1, '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <user>
    <givenname>victor</fn>
    <surname>frandenstein</sn>
    </user>
    select * from TEST
    where
    contains(testdata,
    'me inpath(/user/givenname) &(victor inpath(/user/givenname))') > 0
    This should not result in any results but it does show the record out.
    What is it we have to do deal with the word "ME". It works fine for any other values.

    Since "me" is a default stopword, searching for "me" and "Victor" is like just searching for "Victor", so it returns the row with "Victor" in it. If you want to be able to search for "me", then you need to either remove "me" from your existing ctxsys.default_stoplist using ctx_ddl.remove_stopword or specify another stoplist during index creation that does not contain me or an empty stoplist. You will need to drop and recreate your index after changing or modifying stoplists in order for the changes to take effect. Please see the demonstration below. I have added a couple of rows so that it is clearer what is and is not returned. You can check the token_text column of your dr$...$i index to see what it is tokenized, indexed, and searchable.
    SCOTT@10gXE> -- test environment:
    SCOTT@10gXE> CREATE TABLE "TEST"
      2  (
      3  id NUMBER(19) NOT NULL,
      4  "TESTDATA" CLOB NOT NULL ENABLE
      5  )
      6  /
    Table created.
    SCOTT@10gXE> insert into test values (1, '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2  <user>
      3  <givenname>victor</fn>
      4  <surname>frandenstein</sn>
      5  </user>
      6  ')
      7  /
    1 row created.
    SCOTT@10gXE> insert into test values (2, '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2  <user>
      3  <givenname>me victor</fn>
      4  <surname>frandenstein</sn>
      5  </user>
      6  ')
      7  /
    1 row created.
    SCOTT@10gXE> insert into test values (3, '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      2  <user>
      3  <givenname>naren</fn>
      4  <surname>frandenstein</sn>
      5  </user>
      6  ')
      7  /
    1 row created.
    SCOTT@10gXE> exec ctx_ddl.create_section_group ('xmlpathgroup', 'PATH_SECTION_GROUP')
    PL/SQL procedure successfully completed.
    SCOTT@10gXE> -- reproduction:
    SCOTT@10gXE> CREATE INDEX IX_testdata ON test (testdata) INDEXTYPE IS CTXSYS.CONTEXT
      2  PARAMETERS
      3    ('TRANSACTIONAL MEMORY 500M
      4        SYNC(ON COMMIT)
      5        section group xmlpathgroup')
      6  PARALLEL 4
      7  /
    Index created.
    SCOTT@10gXE> SELECT token_text FROM dr$ix_testdata$i
      2  /
    TOKEN_TEXT
    FRANDENSTEIN
    NAREN
    VICTOR
    givenname
    surname
    user
    6 rows selected.
    SCOTT@10gXE> select * from TEST
      2  where
      3  contains(testdata,
      4  'me inpath(/user/givenname) &(victor inpath(/user/givenname))') > 0
      5  /
            ID
    TESTDATA
             1
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <user>
    <givenname>victor</fn>
    <surname>frandenstein</sn>
    </user>
             2
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <user>
    <givenname>me victor</fn>
    <surname>frandenstein</sn>
    </user>
    SCOTT@10gXE> -- solution:
    SCOTT@10gXE> drop index ix_testdata
      2  /
    Index dropped.
    SCOTT@10gXE> CREATE INDEX IX_testdata ON test (testdata) INDEXTYPE IS CTXSYS.CONTEXT
      2  PARAMETERS
      3    ('TRANSACTIONAL MEMORY 500M
      4        SYNC(ON COMMIT)
      5        section group xmlpathgroup
      6        stoplist ctxsys.empty_stoplist')
      7  PARALLEL 4
      8  /
    Index created.
    SCOTT@10gXE> SELECT token_text FROM dr$ix_testdata$i
      2  /
    TOKEN_TEXT
    FRANDENSTEIN
    ME
    NAREN
    VICTOR
    givenname
    surname
    user
    7 rows selected.
    SCOTT@10gXE> select * from TEST
      2  where
      3  contains(testdata,
      4  'me inpath(/user/givenname) &(victor inpath(/user/givenname))') > 0
      5  /
            ID
    TESTDATA
             2
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <user>
    <givenname>me victor</fn>
    <surname>frandenstein</sn>
    </user>
    SCOTT@10gXE>

  • Directory search returns wrong results when you modify the view

    Hello,
    I have a custom list used a staff directory.  This is SharePoint 2013.  I am using a search box where users can type in names to find people. 
    When I add or remove a record in the list or modify the view and then I search for my name, all search results appear.  It once just returned 1 record for my name, but now it returns all 100 records in the list.
    How can I fix this?
    Thanks,
    Paul
    Paul

    Hi Paul,
    Did you search in the SharePoint list or in SharePoint search center?
    Could you provide more details about how you created the custom list?
    Please try to enable Server Render as editing the page->Edit Web Part-> Miscellaneous, compare the result.
    Please operate in other lists and in other site collections and test whether this issue occurs.
    Please start a full crawl in Central Administration -> Manage service application -> Search service application -> Content Sources and test whether this issue occurs.
    Could you check if it exists error in ULS log after you failed to search in the SharePoint list.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Oracle Text search returning no results

    Hi,
    I have created an oracle text (ctxsys.context) on a BLOB column which has various documents of .doc,.docx,.pdf, types.
    CREATE INDEX IND_RESUME_DETAILS ON RESUME_DETAILS (RESUME)
       INDEXTYPE IS CTXSYS.CONTEXT
    PARAMETERS ('datastore ctxsys.default_datastore filter ctxsys.inso_filter sync (on commit)')
    However, the query using 'Contains' does not return any search results.
    select employee_number,Score(1) from resume_details where CONTAINS(RESUME,'JAVA',1)>0 order by score(1) desc
    On checking the  'ctx_user_index_errors' view , it has an entry for every row in the table. However, it does not show any error in the err_text column
    ERR_INDEX_NAME
    ERR_TIMESTAMP
    ERR_TEXTKEY
    ERR_TEXT
    IND_RESUME_DETAILS
    5/8/2014 18:27
    AAAl0GAAGAAEFoWAAC
    IND_RESUME_DETAILS
    5/8/2014 18:27
    AAAl0GAAGAAEFoWAAD
    IND_RESUME_DETAILS
    5/8/2014 18:27
    AAAl0GAAGAAEFoWAAE
    Even the index status shows 'VALID'.
    I tried dropping and recreating indexes, dropping and recreating the table.. However, it's not working at all.
    What's surprising is,it used to work earlier without any problems.
    I also have another context index on  another column on the same  table which is a varchar2 column. The search on that column works absolutely fine.
    The database version is
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0
    Request someone in helping  me root cause this issue. Any help is appreciated.
    Thanks

    Hi Barbara,
    Still the same issue.
    Its putting an entry into 'ctx_user_index_errors' but with nothing in the err_text column..Hence, difficult to track what or where the problem lies.
    And moreover, the same index was working earlier. Just stopped working all of a sudden.

  • Stored procedure call returns null result set when using temp table in sp!

    Here's a really odd problem...
    SQL Server stored procedure called sp_Test takes 1 input INT. Here is the code I call it with
    cStmt = connection.prepareCall("{call sp_Test(?)}");
    cStmt.setInt(1, 44);
    cStmt.execute();
    rs = cStmt.getResultSet();When the body of the stored proc is
    CREATE PROCEDURE sp_Test(@i_NodeID INT)
    AS
    BEGIN
      SELECT node_id FROM tbl_NavTree
    END
    GOthe query works and I get all node_id back in rs
    BUT when the body of the stored proc is
    CREATE PROCEDURE sp_Test(@i_NodeID INT)
    AS
    BEGIN
      CREATE TABLE #Descendants(
        descendant_id INT
      SELECT node_id FROM tbl_NavTree
      DROP TABLE #Descendants
    END
    GOThe rs comes back as NULL. Really really weird if you ask me. I also tried removing the DROP TABLE line just in case the SELECT had to be the last statement but still NULL.
    Final note is that BOTH the above stored proc bodies work when executed within SQL Server query analyser.
    Must be JDBC .. what can it be!??

    DROP TABLE #DescendantsMS SQL Server - right?
    Then don't drop the table.
    From the MS docs for "create table"
    Local temporary tables are visible only in the current session;
    A local temporary table created in a stored procedure is dropped automatically when the stored procedure completes. The table can be referenced by any nested stored procedures executed by the stored procedure that created the table. The table cannot be referenced by the process which called the stored procedure that created the table.

  • Why does site search return no results?

    I followed the instructions for setting up search at http://helpx.adobe.com/business-catalyst/partner/add-search-form.html. It says the default search will search the entire site, but I got no results. Re-indexed site. Still no results, so I defined a custom search and set it to "Entire Website". Still 0 results for any search. Re-indexed site and waited several hours. Still no results.

    http://drhaddad.businesscatalyst.com/
    The search box form code is
    <form id="search" name="catsearchform25070" method="post" action="/Default.aspx?SiteSearchID=2777&amp;ID=/search-results"><div class="search-box"><input class="cat_textbox_small" type="text" name="CAT_Search" id="CAT_Search" /><input class="cat_button" type="submit" value="Search" /></div></form>
    `/search-results` has `{module_searchresults}`

  • WebHelp Search returning no results when publishing to SharePoint

    I have an issue I need help with. When I publish my project to Sharepoint, I've tried AIRHelp and WebHelp, and I try to do a search within the help, it ALWAYS says no results are found. Has anyone seen this happen before? Thanks!

    Hi there
    Sorry, no magick bullet or incantation to offer here other than to say you should probably report it as a bug to Adobe.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • Aggregate build suggestions

    Hello Experts, We are trying to do performance tuning on a BW3.5 setup ... Currently, we are focusing on queries and looking at the feasibility of building aggregates for performance improvement. We find that most queries see data at the very granula

  • No disc burner software found

    so still trying to figure out why i can no longer burn discs and it still says no disc burner software found. here is my diagnostics Microsoft Windows 8 x64 Home Premium Edition (Build 9200) To be filled by O.E.M. To be filled by O.E.M. iTunes 12.0.1

  • Portletized ADF application as WSRP Provider

    Hi , I am trying to register portletized ADF application as WSRP provider on Portal 10.1.4.2 . My ADF application is deployed on a standalone OC4J 10.1.3.3 . When I try to register this portletized ADF applicaiton as WSRP provider I get the below err

  • SATA 7/8 not showing up with the Z77A-GD65

    I've recently purchased a new system, and everything runs smoothly other than the fact that my computer is seemingly unable to recognise any devices plugged into the SATA 7/8 ports on the mainboard. I'm trying to install an SSD as a boot drive. I've

  • I will make a business purchase of an iPhone if-.

    - Apple allows transferring my notes and contacts from my data base, Act, to the iPhone. I am using the Treo 650 because, through the use of 3rd party software from CompanionLink, I am able to transfer not only my contacts but the notes to them. This