From a5c8ba87e3fe50600238d0f03917bb1267e359fd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:18:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- argilla/docs/how_to_guides/query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argilla/docs/how_to_guides/query.md b/argilla/docs/how_to_guides/query.md index 723baa38ed..bde73685bf 100644 --- a/argilla/docs/how_to_guides/query.md +++ b/argilla/docs/how_to_guides/query.md @@ -65,7 +65,7 @@ To search for records with terms, you can use the `Dataset.records` attribute wi ### Advanced queries [WIP!] -If you need to Support Elasticsearch's simple query string syntax. +If you need to Support Elasticsearch's simple query string syntax. - `+` signifies AND operation - `|` signifies OR operation