You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
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.
The text was updated successfully, but these errors were encountered: