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

Create simple URI friendly search language which will be linked to Panache criteria queries #3986

Open
sberyozkin opened this issue Sep 12, 2019 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@sberyozkin
Copy link
Member

sberyozkin commented Sep 12, 2019

Description
This feature request has been inspired by reading #2303.
A number of high profile languages exist such as OData, GraphQL. However something simple such as FIQL which does not require URI encoding and is easy to use to create the queries may be used as is or as an idea for creating a Quarkus own language.
A combination of this language plus Panache can let users write generic DB browsers on top of Quarkus.

Implementation ideas
Parser should be able to produce a typed Panache friendly expression, possibly with the help of the Panache visitor.

@sberyozkin sberyozkin added the kind/enhancement New feature or request label Sep 12, 2019
@stale
Copy link

stale bot commented Nov 13, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you!
We are doing this automatically to ensure out-of-date issues does not stay around indefinitely.
If you believe this issue is still relevant please put a comment on it on why and if it truly needs to stay request or add 'pinned' label.

@stale stale bot added the stale label Nov 13, 2019
@maxandersen maxandersen removed the stale label Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants