-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Milvus-doc-bot
authored and
Milvus-doc-bot
committed
Jan 1, 2025
1 parent
362ddd0
commit 3a2e824
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
localization/v2.5.x/site/en/userGuide/search-query-get/boolean/boolean.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"codeList":["filter='color in [\"red\", \"green\", \"blue\"]'\n\n","filter='product[\"model\"] == \"JSN-087\" AND product[\"price\"] < 1850'\n\n","filter='history_temperatures[10] > 23'\n\n","filter = \"age > 25 AND city IN ['北京', '上海']\"\n\n","filter = \"age > {age} AND city in {city}\",\nfilter_params = {\"age\": 25, \"city\": [\"北京\", \"上海\"]}\n\n","# JSON data: {\"tags\": [\"electronics\", \"sale\", \"new\"]}\nfilter='json_contains(tags, \"sale\")'\n\n","# JSON data: {\"tags\": [\"electronics\", \"sale\", \"new\", \"discount\"]}\nfilter='json_contains_all(tags, [\"electronics\", \"sale\", \"new\"])'\n\n","# JSON data: {\"tags\": [\"electronics\", \"sale\", \"new\"]}\nfilter='json_contains_any(tags, [\"electronics\", \"new\", \"clearance\"])'\n\n","filter=\"ARRAY_CONTAINS(history_temperatures, 23)\"\n\n","filter=\"ARRAY_CONTAINS_ALL(history_temperatures, [23, 24])\"\n\n","filter=\"ARRAY_CONTAINS_ANY(history_temperatures, [23, 24])\"\n\n","filter=\"ARRAY_LENGTH(history_temperatures) < 10\"\n\n"],"headingContent":"Filtering Explained","anchorList":[{"label":"Filtering Explained","href":"Filtering-Explained","type":1,"isActive":false},{"label":"Basic operators","href":"Basic-operators","type":2,"isActive":false},{"label":"Filter expression templates","href":"Filter-expression-templates","type":2,"isActive":false},{"label":"Data type-specific operators","href":"Data-type-specific-operators","type":2,"isActive":false}]} | ||
{"codeList":["filter='color in [\"red\", \"green\", \"blue\"]'\n\n","filter='product[\"model\"] == \"JSN-087\" and product[\"price\"] < 1850'\n\n","filter='history_temperatures[10] > 23'\n\n","filter = \"age > 25 and city in ['北京', '上海']\"\n\n","filter = \"age > {age} and city in {city}\",\nfilter_params = {\"age\": 25, \"city\": [\"北京\", \"上海\"]}\n\n","# JSON data: {\"tags\": [\"electronics\", \"sale\", \"new\"]}\nfilter='json_contains(tags, \"sale\")'\n\n","# JSON data: {\"tags\": [\"electronics\", \"sale\", \"new\", \"discount\"]}\nfilter='json_contains_all(tags, [\"electronics\", \"sale\", \"new\"])'\n\n","# JSON data: {\"tags\": [\"electronics\", \"sale\", \"new\"]}\nfilter='json_contains_any(tags, [\"electronics\", \"new\", \"clearance\"])'\n\n","filter=\"ARRAY_CONTAINS(history_temperatures, 23)\"\n\n","filter=\"ARRAY_CONTAINS_ALL(history_temperatures, [23, 24])\"\n\n","filter=\"ARRAY_CONTAINS_ANY(history_temperatures, [23, 24])\"\n\n","filter=\"ARRAY_LENGTH(history_temperatures) < 10\"\n\n"],"headingContent":"Filtering Explained","anchorList":[{"label":"Filtering Explained","href":"Filtering-Explained","type":1,"isActive":false},{"label":"Basic operators","href":"Basic-operators","type":2,"isActive":false},{"label":"Filter expression templates","href":"Filter-expression-templates","type":2,"isActive":false},{"label":"Data type-specific operators","href":"Data-type-specific-operators","type":2,"isActive":false}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters