[][src]Function stork_search::search_with_index

pub fn search_with_index(index: &Index, query: &str) -> SearchOutput

Searches an Index object created from the stork_search::build() method.

This method only works with indexes created with the same package version used to run the search.