meilisearch / milli

Search engine library for Meilisearch ⚡️
MIT License
464 stars 82 forks source link

Add a "Criterion implementation strategy" parameter to Search #742

Closed loiclec closed 1 year ago

loiclec commented 1 year ago

Add a parameter to search requests which determines the implementation strategy of the criteria. This can be either set-based, iterative, or dynamic (ie choosing between set-based or iterative at search time). See https://github.com/meilisearch/meilisearch/issues/3356 for more context about this change.

bors[bot] commented 1 year ago

Build succeeded: