Skip to content

Allow opt-out of of entiry fields as query params in the REST Data Panache's list method #48056

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

Open
geoand opened this issue May 26, 2025 · 2 comments
Labels
area/panache kind/enhancement New feature or request

Comments

@geoand
Copy link
Contributor

geoand commented May 26, 2025

Discussed in #48044

Originally posted by akil-rails May 25, 2025
The rest-data-panache adds primitive types from the entity as query params for the list method - is there a way to disable this behaviour? adding all primitive types as query params results in full table scans when these aren't indexed..

Copy link

quarkus-bot bot commented May 26, 2025

/cc @FroMage (panache), @loicmathieu (panache)

@geoand geoand added the kind/enhancement New feature or request label May 26, 2025
@FroMage
Copy link
Member

FroMage commented May 26, 2025

Makes sense, we could have an @Ignore annotation (with a better name) for properties we don't want included for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/panache kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants