morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

fix problem with multiple search values (issue #63) #64

Closed PetrDlouhy closed 2 years ago

PetrDlouhy commented 2 years ago

Fix #63

PetrDlouhy commented 2 years ago

I have added tests for this and rebased on top of #65

morlandi commented 2 years ago

Thank you @PetrDlouhy ... just one clarification before digging into it: should I drop this PR64 and merge PR65 instead ?

PetrDlouhy commented 2 years ago

@morlandi I meant it that you first review and merge #65 (the tests in general) and then the #64 would be just two simple commits easy to review and containing test for the fix.