Skip to content
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

Merged
merged 6 commits into from
Nov 26, 2024
Merged

[Docs] Update docs with checked type #553

merged 6 commits into from
Nov 26, 2024

Conversation

nezaj
Copy link
Contributor

@nezaj nezaj commented Nov 26, 2024

Copy link

View Vercel preview at instant-www-js-like-docs-update-jsv.vercel.app.


`{ $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`.
Copy link
Contributor

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.

Copy link
Contributor Author

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

Copy link
Contributor

@dwwoelfel dwwoelfel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nezaj nezaj merged commit 393b75a into main Nov 26, 2024
26 checks passed
@nezaj nezaj deleted the like-docs-update branch November 26, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants