The results of this search show the effects of the STEM operator and MANY modifier:
In CFML, enter your search term(s) in the
<cfsearch name="search_name"
collection="bbb"
type="simple"
criteria="instructional">
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:
•
Perform an explicit query. For more information, see the next section,
on page
539.
•
Use the WORD operator. For more information, see
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"'
538
Chapter 25: Using Verity Search Expressions
attribute of the
criteria
"Operators" on page
tag:
cfsearch
"Using explicit queries"
543.
Need help?
Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?
Questions and answers