Microsoft Indexing Service

Soldato
Joined
23 Oct 2002
Posts
4,154
Location
_
Has anybody ever had to implement this on a website?

It's doing my head in.

I'm indexing the directory dir1.

dir1 has a child directory called documents.

My query statement looks like this:

Select DocTitle,Filename,Size,PATH,URL, Rank, Characterization, Write from SCOPE('""/documents""') where FREETEXT('" & strSearch & "')

dir1 has another child called admin.

So why when searching for stuff in dir1 -> documents am I getting stuff from dir1 -> admin as well?

This is doing my head in! :(
 
Back
Top Bottom