gtbikerider
Technical User
I'm using verity to search. The user naturally enters an unknown number of words which are used as the criteria to search on. The words need to be separated by commas as I understand it [and there may well be a better way to achieve this?].
code is:
<cfsearch name="results" collection="collection" type="simple" criteria="#criteria#">
How do ensure that if the user enters...
"dogs fish cats"
I use "dogs, fish, cats," as the criteria?
--
John
code is:
<cfsearch name="results" collection="collection" type="simple" criteria="#criteria#">
How do ensure that if the user enters...
"dogs fish cats"
I use "dogs, fish, cats," as the criteria?
--
John