From 4de37edc862ab4e9c62056f72b602d4163efaaa6 Mon Sep 17 00:00:00 2001 From: qdrant Date: Fri, 27 Jan 2023 17:09:48 +0000 Subject: [PATCH] docs auto-sync --- qdrant-landing/content/documentation/filtering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qdrant-landing/content/documentation/filtering.md b/qdrant-landing/content/documentation/filtering.md index 573aa8f02..34b68724e 100644 --- a/qdrant-landing/content/documentation/filtering.md +++ b/qdrant-landing/content/documentation/filtering.md @@ -9,9 +9,9 @@ You can impose conditions both on the [payload](../payload) and on, for example, The use of additional conditions is important when, for example, it is impossible to express all the features of the object in the embedding. Examples include a variety of business requirements: stock availability, user location, or desired price range. -## Filtering causes +## Filtering clauses -Qdrant allows you to combine conditions in causes. +Qdrant allows you to combine conditions in clauses. Clauses are different logical operations, such as `OR`, `AND`, and `NOT`. Clauses can be recursively nested into each other so that you can reproduce an arbitrary boolean expression.