MeiliSearch/milli
bors[bot] a8defb585b
Merge #742
742: Add a "Criterion implementation strategy" parameter to Search r=irevoire a=loiclec

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/milli/issues/755 for more context about this change.


Co-authored-by: Loïc Lecrenier <loic.lecrenier@me.com>
2022-12-21 12:18:49 +00:00
..
src Merge #742 2022-12-21 12:18:49 +00:00
tests Add test 2022-12-13 15:54:43 +01:00
Cargo.toml Update version for the next release (v0.38.0) in Cargo.toml files 2022-12-19 16:35:38 +00:00