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

Support JPA Filtering #41

Open
danielpetisme opened this issue Apr 29, 2020 · 2 comments
Open

Support JPA Filtering #41

danielpetisme opened this issue Apr 29, 2020 · 2 comments
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $100 https://www.jhipster.tech/bug-bounties/

Comments

@danielpetisme
Copy link
Member

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@joewhite101
Copy link
Contributor

This is related to https://www.jhipster.tech/entities-filtering/

What is the general thinking on this one? I like the JHipster filter format. It is quite powerful and very quick to understand. It would be cool if both quarkus and springboot jhipster services exposed the same filter format even if the underlying query structure is different.

I wonder if it makes sense to map the JHipster filter structure to Panache queries? Other ideas? Or is this not totally needed?

cc @jdubois

@jdubois
Copy link
Member

jdubois commented Aug 28, 2020

Indeed, that's a cool feature we have thanks to Spring Data JPA - I guess you can have something similar with Panache, but I'm not sure. Not everybody uses it, so I wouldn't say it's mandatory, but that's definitely added value. Also, this would cause some issues on our front-ends as they expect this behavior from the backend.

@jdubois jdubois added $$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $100 https://www.jhipster.tech/bug-bounties/ labels Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$$ bug-bounty $$ https://www.jhipster.tech/bug-bounties/ $100 https://www.jhipster.tech/bug-bounties/
Projects
None yet
Development

No branches or pull requests

3 participants