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!
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!
