Question
Verity wildcards
Beginning to use verity for something more sophisticated than
finding a word or phrase and, to illustrate my noob status with
Verity I have just come across wildcard.
But I want to be able to do a search for NAS (as in Network Attached Storage) and find any product with NAS in it, but not find things like Pa nasonic. At present I am using:
<cfsearch collection="products" criteria="*#lcase(searchterm)#*" name="prodSearch">
Really in search of anything to make inbuilt Verity more intelligent.
But I want to be able to do a search for NAS (as in Network Attached Storage) and find any product with NAS in it, but not find things like Pa nasonic. At present I am using:
<cfsearch collection="products" criteria="*#lcase(searchterm)#*" name="prodSearch">
Really in search of anything to make inbuilt Verity more intelligent.