| Rainer Haug 2004-04-21, 12:35 pm |
|
Here on a W2000-Machine this works right:
if(path <> "all") then
strIXQuery = strIXQuery & " AND #VPath = \"&path&"* "
end if
When the variable path ist set to anything but "all" only the named
directory with its subdirectories is queried.
On the machine of the customer (W2003) this doesn't work. If path is set
to "all" then everythin works fine, results in the subdirectories are
given back correctly. But whenever path is changed, no result is found.
But #VPath is not Empty on that machine. If i search with path="all"
then #VPath is given correctly.
Are there any Changes between the Indexserver of W2000 and W2003 that i
don't know about?
Any Ideas?
Thanks in advance,
Rainer
|