Module meilisearch_sdk::search[][src]

Module related to search queries and results.

Structs

MatchRange
Query

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

SearchResult

A single result.
Contains the complete object, optionally the formatted object, and optionally an object that contains information about the matches.

SearchResults

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

Enums

Selectors

Some list fields in a Query can be set to a wildcard value. This structure allows you to choose between the wildcard value and an exhaustive list of selectors.