Re: Search for words in paths to a filename
- From: Gang_Warily <GangWarily@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Mar 2007 05:36:10 -0700
Try
ixQuery.AllowEnumeration = True
or is that what you did ?
Also see "Unable to search by directory names..." above.
Eric
"hjpal" wrote:
I have tried AllowEnumeration = True.
but this has no impact on the results.
E.g.
if the searchstring contains the "directory" or "director*" I would expect
this as a match
file://servername/name of directory to/name of file.doc
assuming there was a directory called "name of directory to"
But I get "no match"
"Hilary Cotter" <hilary.cotter@xxxxxxxxx> skrev i en meddelelse
news:%23NJ9a3jYHHA.3272@xxxxxxxxxxxxxxxxxxxxxxx
set allowenumeration to true.searchstring
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"hjpal" <hjpal@xxxxxxxxxxxx> wrote in message
news:u3sCxULYHHA.208@xxxxxxxxxxxxxxxxxxxxxxx
I am using this for the search in the filesystem.
ixQuery.Query = "@All " & searchstring &""
The "@All" should search in all properties.
Doing a seach documents and there path are retrieved when the
contains words that match words in the filename or conents of the file.
Using words that match only words in the path to the filename gives no
match.
Is that not possible?
- References:
- Search for words in paths to a filename
- From: hjpal
- Re: Search for words in paths to a filename
- From: Hilary Cotter
- Re: Search for words in paths to a filename
- From: hjpal
- Search for words in paths to a filename
- Prev by Date: Re: Unable to search by directory names...
- Next by Date: Re: Search for words in paths to a filename
- Previous by thread: Re: Search for words in paths to a filename
- Next by thread: Re: Search for words in paths to a filename
- Index(es):
Relevant Pages
|