How can I search a phrase using cfsearch?
The code I have below will search for any word. But I would like to search phrases also.
Is it possible. Can some one please share your thoughts.
Thanks!
<cfsearch name="GetResults"
collection="#collectionName#"
type="simple"
criteria="<WILDCARD>*#LCase(FORM.keywords)#*"
ContextPassages="1"
ContextBytes="500"
>
The code I have below will search for any word. But I would like to search phrases also.
Is it possible. Can some one please share your thoughts.
Thanks!
<cfsearch name="GetResults"
collection="#collectionName#"
type="simple"
criteria="<WILDCARD>*#LCase(FORM.keywords)#*"
ContextPassages="1"
ContextBytes="500"
>