-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Update docs with checked type #553
Conversation
View Vercel preview at instant-www-js-like-docs-update-jsv.vercel.app. |
client/www/pages/docs/instaql.md
Outdated
|
||
`{ $like: "%promoted!" }` looks for values that end with "promoted!". | ||
`$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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're using like
on the postgres side, which should be case sensitive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good callout! I meant to say case-sensitive but mixed them up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What it says on the tin! Direct link: https://instant-www-js-like-docs-update-jsv.vercel.app/docs/instaql#like