Preventing Stemming - MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual

Developing coldfusion mx applications
Table of Contents

Advertisement

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.

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion mx

Table of Contents