mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 10:00:58 -05:00
* nested object filter * code review * add support for must_not in nested * extract functions * support and test must_not in SimpleConditionChecker * add index matching unit test (to be continued) * remove extra clone * test with should * WIP: Nested object filter suggestions (#1855) * switch to bitvec * fix clippy * more tests * fmt * fix some tests * add test with text * support for nested should * do not rely on indexes for nested queries & fix test * use index to make index-aware checks in nested payload * fix value-count tests * re-fa-cto-ring * fmt --------- Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com> --------- Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>