searchTable
Search records by exact, case-sensitive match on string fields. Control which fields to search; returns up to 100 results.
Instructions
Search for records by exact, case-sensitive matches on string fields. This is not full-text search; it filters specific fields (use fields to control which). If you need case-insensitive or partial matching, BaseQL does not support it directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 10, max: 100) | |
| fields | No | Specific string fields to search. If omitted, the tool uses common string fields that exist in the table. | |
| tableName | Yes | The name of the table to search | |
| searchTerm | Yes | Case-sensitive search term to match exactly |