Expand description
Tauri commands for search operations.
§Commands
search_local_filter— pure in-process filter over a caller-suppliedVec<EntryRef>slice; no S3 calls.search_prefix— paginated bucket-wide search that emitssearch:pageevents; returnsrequest_id.search_cancel— cancel an in-flight prefix search.
§OCP
Search modes are independent command paths. Adding a new mode
(e.g. history search) is one new command here. CancellationToken and
SearchRegistry are reusable for any future long-running command.
Functions§
- search_
cancel - Cancel an in-flight prefix search identified by
request_id. - search_
local_ filter - Filter
entriesbyquery(case-insensitive substring match onkey). - search_
prefix - Begin a paginated, cancellable prefix search.