Hellow everyone,
I want to be able to search the whole keyword not just the part of this. For example, if user enters a keyword "material", i want the results return the list of document that contain the whole word "material" not matter, match, matchup, etc.
I've tried with type="explicit" but got an error message ""error executing query:unknown_handler_explicit". It doesn't matter what type i specify, i always got this message. Can anyone plz help?
Thanks
Lisa
<cfsearch
name = "myDoc"
collection = "customer"
criteria = "#url.search#"
type="explicit"
startrow=1
maxrows = "100">