umesh-krishna / django_serverside_datatable

Server-side Datatable with Django
MIT License
26 stars 8 forks source link

Searching does not return correct results if search string includes period '.' for decimal values #19

Open watsondh opened 7 months ago

watsondh commented 7 months ago

If table contains decimal values, they cannot be searched if you include the decimal. e.g. searching 0.003 will return no results even if values are present in the table which contain that string. DataTables default search works in this manner but the plugin returns no results.