Indexing Service
-
hello, i am using indexing service to index my files and search for special words using my c# application. these is my query string : cmdSearch.CommandText = "select doctitle, filename, vpath, rank, characterization from scope() where Contents Like 'BP%' "; but no result found, is their any problems withmy query string best regards.
dghdfghdfghdfghdgh
-
hello, i am using indexing service to index my files and search for special words using my c# application. these is my query string : cmdSearch.CommandText = "select doctitle, filename, vpath, rank, characterization from scope() where Contents Like 'BP%' "; but no result found, is their any problems withmy query string best regards.
dghdfghdfghdfghdgh
Just a stab in the dark, but dop you have a file who's contents START with the characters
BP
? If not then that's the problem.
Panic, Chaos, Destruction. My work here is done.
-
Just a stab in the dark, but dop you have a file who's contents START with the characters
BP
? If not then that's the problem.
Panic, Chaos, Destruction. My work here is done.
i want to search for a part of word , how can i do it ??
dghdfghdfghdfghdgh
-
i want to search for a part of word , how can i do it ??
dghdfghdfghdfghdgh
Working on the assumption that Content is all of the file then a wild card of %FIND_THIS% would return every file containing FIND_THIS. Have a little read on how wildcards work; it should be reasonably clear.
Panic, Chaos, Destruction. My work here is done.
-
i want to search for a part of word , how can i do it ??
dghdfghdfghdfghdgh