darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
441 stars 174 forks source link

Salary range filter in advanced sample #74

Closed krshkar closed 5 years ago

krshkar commented 6 years ago

Your salary range filter in advanced sample doesn't work. You need to disable searchable option of column you try to filter.

darrachequesne commented 6 years ago

@krshkar it seems to work on my side. Do you get any error?

krshkar commented 6 years ago

I don't get any error but I always get empty table in response after filtering on salary. The bug is when you put value in search field of a column and haven't disabled searchable option, Min/Max Specification doesn't work and JPA looking for data that contains search value.

darrachequesne commented 5 years ago

Closed due to inactivity, please reopen if needed.