-
Notifications
You must be signed in to change notification settings - Fork 13
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
Find results using startsWith, endsWith etc #20
Comments
You would call those methods as you would with a ParseQuery:
Any method not "recognized" by |
nafplann
added a commit
to nafplann/parse
that referenced
this issue
Apr 12, 2018
will fix Parziphal#20 with eloquent style
Hey I have created pr for the issue.. is it correct? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can i use where with "LIKE %value%"?
In ParseQuery, i can use startsWith, endsWith, matches...
The text was updated successfully, but these errors were encountered: