mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 22:48:30 +02:00
Update qdrant-landing/content/articles/vector-search-filtering.md
Co-authored-by: Arnaud Gourlay <arnaud.gourlay@gmail.com>
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user