TUNING


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.

Parent topic: Server.Load commands

Related reference
Server.Load script conventions