From 6666898d5b7f4419280f8d123112b9506e049eac Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 11 Sep 2025 12:12:58 -0400 Subject: [PATCH] Update comparison-operators.md Edited typo in doesNotContains operator section. Previously it said `contains` operator in the description, changed to `doesNotContains` --- docs/search-and-query/comparison-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/search-and-query/comparison-operators.md b/docs/search-and-query/comparison-operators.md index ceb53cd772..66d2235a6c 100644 --- a/docs/search-and-query/comparison-operators.md +++ b/docs/search-and-query/comparison-operators.md @@ -261,7 +261,7 @@ The `contains` operator checks if the specified value exists within a string pro ### doesNotContains -The `contains` operator checks if the specified value **does not** exists in the specified property: +The `doesNotContains` operator checks if the specified value **does not** exists in the specified property: ```json showLineNumbers {