multi_query_json
Run multiple conditions against a JSON file in one pass, returning matching records. Combine field queries with AND logic and operators like contains, equals, regex, and range filters to pinpoint data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries | Yes | Array of queries to execute (AND logic) | |
| filePath | Yes | Path to the JSON file on disk (.json) | |
| maxResults | No | Maximum number of results to return (default 1000) |