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

Reuse query params at the same query #428

Closed
jaumzera opened this issue Nov 12, 2020 · 2 comments
Closed

Reuse query params at the same query #428

jaumzera opened this issue Nov 12, 2020 · 2 comments

Comments

@jaumzera
Copy link

It would be nice if we have a way to reuse query params like the following:

@Query('select * from Person p where p.name like terms or p.nickname like terms')
Future<List<Person>> search(String terms);
@vitusortner
Copy link
Collaborator

Hi. We're working on it in #361 which will be merged sometime soon.

@mqus
Copy link
Collaborator

mqus commented Apr 23, 2021

Was fixed with #509 .

@mqus mqus closed this as completed Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants