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

Bug #14978: Table filter integer does not equal decimal string #15351

Merged

Conversation

robGardiner01
Copy link
Contributor

Fixes #14978

Previously, the equals and notEquals filters would convert the value and filter to string before comparing them. It now checks if the two are equal before converting them and checking again. This allows 1 == 1.0 etc.

Copy link

vercel bot commented Apr 24, 2024

@robGardiner01 is attempting to deploy a commit to the primetek Team on Vercel.

A member of the Team first needs to authorize it.

@cetincakiroglu cetincakiroglu merged commit f8189d5 into primefaces:master Apr 26, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FilterService: match modes "equals" and "not equals" do not work with numeric filter on fractional values
2 participants