From d330b1336bcb669ec82c22a81f3d9cbb9761d6a6 Mon Sep 17 00:00:00 2001 From: Joe Averbukh Date: Tue, 26 Nov 2024 14:14:18 -0800 Subject: [PATCH] cr --- client/www/pages/docs/instaql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/www/pages/docs/instaql.md b/client/www/pages/docs/instaql.md index 80fd201b2..d242798bf 100644 --- a/client/www/pages/docs/instaql.md +++ b/client/www/pages/docs/instaql.md @@ -872,7 +872,7 @@ console.log(data) The `where` clause supports `$like` on fields that are indexed with a checked `string` type. -`$like` queries will return entities that match a case-insensitive substring of the provided value for the field. Here's how you can do queries like `startsWith`, `endsWith` and `includes`. +`$like` queries will return entities that match a **case sensitive** substring of the provided value for the field. Here's how you can do queries like `startsWith`, `endsWith` and `includes`. | Example | Description | JS equivalent | | :-----------------------: | :-------------------: | :-----------: |