[Theforum] INDEX SERVER

Madhu Menon webguru at vsnl.net
Tue Dec 4 12:40:38 CST 2001


At 12:02 AM 12/5/2001, Josh Spiegel typed these words:
>i.e. if I do a search with search string "procrastination techniques" it 
>will only find documents with both the words "procrastination" and "techniques"

Just put an "AND" between the words. If the users don't do it, you can do 
it using the ASP script at the backend.

Something crude like this:

<%

strSearch = Replace(strSearch, " ", " AND ")

[code for Index Server query]

%>

That's a space both before and after the "AND".

Did you mean to post this question to thelist instead of theforum?

Regards,

Madhu



<<<   *   >>>
Madhu Menon
User Experience Consultant
e-mail: webguru at vsnl.net





More information about the theforum mailing list