WebCenter Interaction API  
 

IPTSQueryRequest.setQuery Method (String)

Use the provided String as the search query for this request. The default search fields are searched (see IPTSSearchableCollection.TextQueryDefault); these are usually the title, description, and full-text content fields. An admin can edit this list of fields via the UI, or the default may be changed on-the-fly by calling setTextQueryDefaultFields. The thesaurus, spell correction, and Best Bets are not used.

This call replaces any previous queries set by any call to setQuery.
void setQuery(
   string textQuery
);

Parameters

textQuery
the full-text search query.

See Also

IPTSQueryRequest Interface | com.plumtree.server.search Namespace | IPTSQueryRequest.setQuery Overload List