Update qdrant-landing/content/articles/vector-search-filtering.md

Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>
This commit is contained in:
David Myriel
2024-09-11 04:13:14 -07:00
committed by GitHub
co-authored by Arnaud Gourlay
parent bd9968ced4
commit d1d16697de
@@ -221,7 +221,7 @@ The response contains a batch of points that match the criteria and a reference
| **Clause** | **Description** | **Clause** | **Description** |
|---------------------|-------------------------------------------------------|---------------------|-------------------------------------------------------|
| **Must** | Includes items that meet the condition </br> (similar to `AND`). | **Should** | Filters if at least one condition is met </br> (similar to `OR`). |
| **Must Not** | Excludes items that meet the condition </br> (similar to `NOT`). | **Clauses Combination** | Combines multiple clauses to refine filterin </br> (similar to `AND`). |
| **Must Not** | Excludes items that meet the condition </br> (similar to `NOT`). | **Clauses Combination** | Combines multiple clauses to refine filtering </br> (similar to `AND`). |
## Advanced filtering example: dinosaur diets