mitchadams
Programmer
I have been handed some code which utilises
. The drive which the code is Querying is indexed, and I have gone through the code closely to check for any obvious mistakes.
The problem is that running the same query can bring back different results. It seems sparadic, but for example, I may search for all documents containing the word 'hotel'. On one occasion it will bring back a list of documents (the same as a windows search would), but on some occasions it will bring back no results.
I have tried looking for information about
, but have only found info on how to implement it.
I was wondering if this is a problem that other people may have had?
Any help or pointers in the right direction greatfully recieved.
Mitch
Code:
ixsso.Query
The problem is that running the same query can bring back different results. It seems sparadic, but for example, I may search for all documents containing the word 'hotel'. On one occasion it will bring back a list of documents (the same as a windows search would), but on some occasions it will bring back no results.
I have tried looking for information about
Code:
ixsso.Query
I was wondering if this is a problem that other people may have had?
Any help or pointers in the right direction greatfully recieved.
Mitch