Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
nezaj committed Nov 26, 2024
1 parent b49ece3 commit d330b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/www/pages/docs/instaql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| :-----------------------: | :-------------------: | :-----------: |
Expand Down

0 comments on commit d330b13

Please sign in to comment.