Full-text search across all notes for the carrier, ranked by Postgres ts_rank. Returns <mark>-highlighted snippets via ts_headline. The index strips <<ref:...>> reference token wrappers and normalizes hashtag-group syntax (#group(content)) so chip text and automation-written hashtag content are searchable as plain words.
Documentation Index
Fetch the complete documentation index at: https://docs.cedarai.com/llms.txt
Use this file to discover all available pages before exploring further.
Carrier ID the request is scoped to.
Restrict results to one entity type (e.g. shipment). Empty string
searches all entity types for the carrier.
Page size for cursor pagination. Defaults to 20 if unset or zero.
Opaque cursor from a previous response's next_page_token.
Free-text query. Tokenized via Postgres plainto_tsquery('english', ...). Entity reference chips and #group(content) hashtag syntax
are normalized server-side so chip text and automation-written
hashtag content are searchable as plain words. Empty query returns
an empty result set.
A successful response.
Opaque cursor for the next page. Empty when there are no more
results. Pass back as page_token on the next request.
Matching notes ordered by score descending.
Total matching notes across all pages — useful for displaying "showing X of Y results" labels.