Summary: | Make patron selection more consistent | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Staff interface | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart |
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: | |||
Bug Depends on: | 30578 | ||
Bug Blocks: |
Description
Martin Renvoize (ashimema)
2022-06-16 15:11:24 UTC
But then we will lose the ability to use the different filters? So go the other way and for all forms ensure we fall through to a full search window if autocomplete isn't enough ;P The point is I'd like to see some consistency around this. I don't know, I guess we should ask end users. Adding the complete forms will add more clicks (open popup, search, select). I like the idea of auto-complete in combination with opening a full search if needed. But we might need to try it out to see if that works. I know that there have been complaints about auto-complete from very big library systems with a lot of similar user names as the pull downs usually limit to x visible entries. Limiting pull downs would be a thing of the past if we use infinite scrolling in select2 which I've trialed in a few places. It's the filtering down further after doing an initial search which isn't so well handled. Must admit, I've never seen the need in real life myself, but Jonathan assures me theres a real need for these advanced secondary filters. |