meilisearch/meilisearch-rust

Change name of Query struct to SearchQuery

bidoubiwa opened this issue · 0 comments

Currently when making a search request the user has to create a Query structure. Nonetheless, the naming is not very clear as it could be a query on get_indexes or any other routes that returns multiple resources.

To make it more understandable, the Query structure should be renamed SearchQuery