mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-02 16:10:58 -05:00
* working nested filters * rm unused file * add comment example * todo * remove nester checkers * Box recursive generic Fn types * Box recursive generic Fn types [2/2] * Add optional ID tracker to check_payload, remove boxed closure (#1939) * Add optional ID tracker to check_payload, remove boxed closure * Replace some match with or_else * Some nested filter improvements (#1940) * Replace starts_with/substring with strip_prefix * Transform for-if-let-check-return into any iterator * Transform for-if-return into any iterator * Add comment to describe why check_payload has no ID tracker See: https://github.com/qdrant/qdrant/pull/1935#discussion_r1200437675 * Update lib/segment/src/payload_storage/query_checker.rs Co-authored-by: Luis Cossío <luis.cossio@qdrant.com> * Update lib/segment/src/payload_storage/query_checker.rs Co-authored-by: Luis Cossío <luis.cossio@qdrant.com> * fix clippy --------- Co-authored-by: timvisee <tim@visee.me> Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: Luis Cossío <luis.cossio@qdrant.com>