search_boolean
Run Boolean and proximity searches over North Dakota court opinions to find terms using AND, OR, NOT, /N, /s, /p, truncation, and quoted phrases.
Instructions
Terms-and-connectors Boolean / proximity search.
Connectors: & (AND), | or OR (OR), % or NOT (BUT NOT), /N
(within N words), /s (same sentence ≈ NEAR/20), /p (same paragraph ≈
NEAR/50), ! truncation (e.g. negligen! → negligen*), and "quoted
phrases". Because FTS5 has no sentence/paragraph unit, /s and /p are
token-distance approximations — the translated FTS query and any
approximation notes are returned for transparency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results (default 20, max 50). | |
| query | Yes | A terms-and-connectors query (e.g. `warrant /s nighttime % consent`). | |
| author | No | Filter by authoring justice's last name. | |
| date_to | No | Filter to opinions filed on/before this date (YYYY-MM-DD). | |
| date_from | No | Filter to opinions filed on/after this date (YYYY-MM-DD). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||