Contents > Configuring and Administering ColdFusion MX > Searching Collections with the rcvdk Utility > Attaching to a collection using the rcvdk utility > Basic searching PreviousNext

Basic searching

To retrieve all documents, use the search (s) command without arguments. After you press Return, a search update message is produced, as follows:

RC>s
Search update: finished (100%). Retrieved: 85(85)/85.
RC>

The search results indicate that 85 of the total 85 documents in the collection were retrieved. If you specify a query argument, such as "universal filter," a subset of the total documents in the collection that contain the specified string is retrieved; for example:

RC>s universal filter
Search update: finished (100%). Retrieved: 18(18)/85.
RC>

In the message returned for the preceding search, the rcvdk utility indicates that 18 documents matched the query. You can perform more elaborate queries using the Verity query language, as shown in the following example:

RC>s universal filter <OR> filter.Troubleshooting and Maintenance Tools

Contents > Configuring and Administering ColdFusion MX > Searching Collections with the rcvdk Utility > Attaching to a collection using the rcvdk utility > Basic searching PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/rcvdk4.htm