Search
Search¶
Base class for search operations against indexes.
- filters (
dict[str, Any] | None
): Optional filters to apply during search. - index (
IndexType | str
): Index to search against (object or ID reference).
Base class for search operations against indexes.
dict[str, Any] | None
): Optional filters to apply during search.IndexType | str
): Index to search against (object or ID reference).