https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34058

            Bug ID: 34058
           Summary: ILL - Left filters not considering all terms in input
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ILL
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected],
                    [email protected], [email protected],
                    [email protected],
                    [email protected],
                    [email protected], [email protected]
        Depends on: 22440

To reproduce, on k-t-d:

1) Run
bash <(curl -s
https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh)

2) Create a FreeForm ILL request and input 23529000035676 in the cardnumber,
that's "Henry Acevedo".

3) Go back to the ILL list table, input "henry" in the bottom "Patron" filter
input and press the "Search" button, notice it fetches the request correctly.

4) Now do the the same search but with "henry acevedo", notice the request is
not retrieved.

The same issue also happens in the "keyword" filter input.

Info:
patron-search.inc is already doing what we need, but for patrons left side
filters, it's handling all the patterns present in the #search_patron_filter
input and adding each of those to the query, we need something similar here.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22440
[Bug 22440] Improve ILL page performance by moving to server side filtering
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to