https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40321
--- Comment #1 from Lucas Gass (lukeg) <[email protected]> --- Matt clued me in on what is happening here. It has to do with checkboxes for pending, waiting, processing, and in transit. "It's one big OR query which includes an array of all the possible statuses if the boxes are checked. So if you don’t touch those filters then it will always return all results." The checkboxes are going to take precedent in any search one does, and that feels right to me. You can also filter per individual column and that works as excepted. So in this case I think what we should do is change the dataTable config to NOT include the dt-search "search bar". -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
