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

Find results using startsWith, endsWith etc #20

Closed
mauriciotibox opened this issue Apr 11, 2018 · 3 comments · May be fixed by #21
Closed

Find results using startsWith, endsWith etc #20

mauriciotibox opened this issue Apr 11, 2018 · 3 comments · May be fixed by #21

Comments

@mauriciotibox
Copy link

How can i use where with "LIKE %value%"?

In ParseQuery, i can use startsWith, endsWith, matches...

@Parziphal
Copy link
Owner

You would call those methods as you would with a ParseQuery:

$query->startsWith($key, $value);

Any method not "recognized" by Parziphal\Parse\Query is passed to the Parse\ParseQuery object it wraps.

nafplann added a commit to nafplann/parse that referenced this issue Apr 12, 2018
will fix Parziphal#20 with eloquent style
@nafplann
Copy link
Contributor

Hey I have created pr for the issue.. is it correct?
#21

@mauriciotibox
Copy link
Author

Hello, @nafplann i made exactly this. #21 in a fork. You can use.

https://github.com/mauriciotibox/parse/tree/dev-parse

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 a pull request may close this issue.

3 participants