set up a verity collection and indexed a directory of .cfm files on our server that I want to be able to search the contents for some string values. I did a cfsearch with the criteria as "*" so I could be sure the all the files were indexed and they were. So I did a cfsearch for a particular word that I had a count of occurrences from doing a grep search which returned a resultset of 12 files. Using cfsearch only 6 files were returned to me. I've tried switching to the k2 engine. I've tried searching other words and find the same issue---not an accurate resultset. One of the text strings appears in the same manner in one file as it does in another (it's the name of a procedure that is in the cfstoredproc procedure attribute) yet only one of the of the files comes back in the result set. This is my cfsearch text:
<cfsearch collection="SMC"
name="smc_search"
type="simple"
criteria="#lcase(form.search_string)#">

If I switch the type to explicit, I get this error: coldfusion.tagext.lang.CFSearchTagException: Error # -2 Error E1-0106 (Query Builder): No topic built..

Does anyone have any ideas?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to