Search
The Search statement is used for including or excluding fields when using the search function.
Syntax:
Search Include *fieldlist
Search Exclude *fieldlist
You can use several
Arguments:
Argument | Description |
---|---|
*fieldlist | A comma separated list of the fields to include or exclude from searches. Using |
Example:
Search Include *; |
Include all fields in searches. |
Search Exclude '*ID'; |
Exclude all fields ending with |
Search Include ProductID; |
Include the field |
The combined result of these three statements, in this sequence, is that all fields ending with