[Koha-bugs] [Bug 34058] New: ILL - Left filters not considering all terms in input

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 19 13:19:30 CEST 2023


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: koha-bugs at lists.koha-community.org
          Reporter: pedro.amorim at ptfs-europe.com
                CC: jonathan.druart+koha at gmail.com,
                    jonathan.field at ptfs-europe.com,
                    katrin.fischer at bsz-bw.de, magnus at libriotech.no,
                    martin.renvoize at ptfs-europe.com,
                    nick at bywatersolutions.com,
                    pedro.amorim at ptfs-europe.com, tomascohen at gmail.com
        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.


More information about the Koha-bugs mailing list