Searching Windows 2000 Indexing Services

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've just implemented Indexing Services coupled with a web-based search page that my users use to scan a shared drive for documents. The problem I'm having is that when users search for a page called "SAMPLE" and type SAMPLE in the search box they don't get any results. Also, when they've typed in certain phrases that they know exist in a document they'll get all other documents EXCEPT the one the they wanted. I've tried using search syntaxes such as "DocTitle contains" and WHEN, AND, OR, but these don't pull up documents either. Is there something else that I need to do to enable advanced searching, or better yet is there a better solution to this than Indexing Services? Thanks you very much.
 
Hi,

If you are using a web server and FrontPage Server Extensions, then you can
edit the search.idq file in the wwwroo_vti_script folder.
Open the file and change $contents to $all in the CiRestriction field.

If you are not in the above scenario, try using @all before the search
string. eg: @all sample

Hope this helps


regards

Hari
MSFT

This posting is provided "as is" with no warranties and confers no rights
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top