Skip to main content

Module search

Module search 

Source
Expand description

Full-text search across entities with BM25 scoring via tantivy.

SearchScope.query is the sole text-predicate entry point. Empty or absent query โ‡’ metadata-only scan (the list semantics path). Metadata, topology, and pagination filters still run in-memory against the store after the tantivy hit set is collected.

Functionsยง

list
List entities with filtering (no text matching, returns all matching entities).
search
Search entities with text matching and filtering.