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 UUID filtering using Hilla PropertyStringFilter #3362

Closed
rhys-lastmyle opened this issue Mar 19, 2025 · 0 comments · Fixed by #3363
Closed

Support UUID filtering using Hilla PropertyStringFilter #3362

rhys-lastmyle opened this issue Mar 19, 2025 · 0 comments · Fixed by #3363
Labels
enhancement New feature or request hilla Issues related to Hilla

Comments

@rhys-lastmyle
Copy link
Contributor

Describe your motivation

I would like to be able to pass an experimentalFilter for a UUID field to my Autogrid.

At the moment I get an error from https://github.com/vaadin/hilla/blob/main/packages/java/endpoint/src/main/java/com/vaadin/hilla/crud/PropertyStringFilterSpecification.java#L150:

No implementation for class java.util.UUID using EQUALS.

Describe the solution you'd like

I'd like to be able to filter UUID fields

Describe alternatives you've considered

No response

Additional context

No response

@rhys-lastmyle rhys-lastmyle added enhancement New feature or request hilla Issues related to Hilla labels Mar 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hilla Issues related to Hilla
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant