Exact match (unranked exact filter)
infino_exact_matchRetrieve rows where a specified column exactly equals a given value, ideal for filtering by tags, statuses, or IDs.
Instructions
Use to fetch rows whose column exactly equals a value — a tag, status, or id string. Unranked exact-equality filter over an indexed column. For ranked text relevance use infino_keyword_search; for multi-column analytical filtering use infino_sql.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return; matches beyond this are counted in 'matched' but not returned. | |
| table | Yes | Table to search. | |
| value | Yes | The exact value the column must equal. | |
| column | No | Column to match; inferred (first text column) if omitted. |