Searches across all configured entity types in parallel and returns the top N matches per type. Used by the note editor’s @-mention typeahead to look up equipment, shipments, customers, waybills, work orders, invoices, etc. by identifier or display text.
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.
Request for the @-mention typeahead. Searches across configured entity
types in parallel and returns the top N matches per type. Use the result
fields to construct the inline <<ref:...>> token in your note's
content and the matching NoteReference entry in references.
Request for the @-mention typeahead. Searches across configured entity
types in parallel and returns the top N matches per type. Use the result
fields to construct the inline <<ref:...>> token in your note's
content and the matching NoteReference entry in references.
Restrict to specific entity types. Empty array searches every
searchable type. Pass e.g. ["equipment", "shipment"] to scope.
Per-type result cap. Defaults to 5.
Free-text query — typically the characters typed after @ in the
editor (e.g. BNSF 543, acme, WB-1842).
A successful response.
Top matches across all (or the requested) entity types. Per-type
results are flattened and sorted by score; clients typically
re-group by entity_type for display.