Bug 32015

Summary: Cannot search for basket creator in advanced order search
Product: Koha Reporter: Stefan Berndtsson <stefan.berndtsson>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Stefan Berndtsson 2022-10-27 11:43:23 UTC
Since Bug 30578 the previous auto completion (circ/ysearch.pl) was replaced with the jQuery autocomplete functionality. 

The search on the advanced order search page in acquisitions still sends "term" as query parameter, but it is now received by api/v1/patrons instead of circ/ysearch.pl and that api route does not recognise this parameter name.

I do not understand how the two autocomplete features work, or what has to be done to fix this, so I'm unable to provide a patch for it.
Comment 1 Katrin Fischer 2022-11-16 22:59:09 UTC
Hi Stefan, I believe this was fixed by bug 31782 now.

*** This bug has been marked as a duplicate of bug 31782 ***