Preventing stemming

When entering text on a search form, you can prevent Verity from implicitly adding the STEM operator by doing one of the following:

In CFML, you can prevent stemming by enclosing the double-quoted search term with single quotes, as follows:

<cfsearch name="search_name"
   collection="bbb"
   type="simple"
criteria='"instructional"'

View comments on LiveDocs