One page of search results emitted as a search:page event.
search:page
Mirrors src-tauri/src/search/mod.rs SearchPage.
src-tauri/src/search/mod.rs
The frontend accumulates pages until isFinal = true.
isFinal = true
true on the last page (end of listing or cancelled).
true
Zero-based page counter.
Echoed from the originating searchPrefix call.
searchPrefix
Matching entries for this page.
One page of search results emitted as a
search:pageevent.Mirrors
src-tauri/src/search/mod.rsSearchPage.The frontend accumulates pages until
isFinal = true.