[][src]Module meilisearch_sdk::search

Module related to search queries and results.

Structs

Query

A struct representing a query. You can add search parameters using the builder syntax. See here for the list and description of all parameters.

SearchResults

A struct containing search results and other information about the search.