REFERENCE


FindByKey command
Used in a Server.Load script to enable you to search index entries by key.

Syntax

FindByKey "[KeyField]#searchstring"

Where:

Example

Search a view containing a column referencing the field "Status" and search for those "complete."

FindByKey "[Keyfield]#complete"

The NOTES.INI setting is Keyfield=Status. This also appears, and is set, on the Test Parameters tab.

Related topics