Summary: | Use the REST API to display contents of lists in the staff interface | ||
---|---|---|---|
Product: | Koha | Reporter: | Patrick Robitaille <patrick.robitaille> |
Component: | Lists | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | david, koha, m.de.rooy, marjorie.barry-vila, martin.renvoize, sbcornell |
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: | 38050 | ||
Bug Blocks: |
Description
Patrick Robitaille
2018-02-09 20:20:55 UTC
Hi Patrick, sorry, not sure what you mean. Can you try to rephrase/explain a bit more? Hi, Sorry for the sentence in french. What I meant, is that it would be nice to have a search box in the table of a list. This would make it possible to search within the records included in a list. Patrick. Note that the table in circ/overdue.pl contains all results which are then organized into "pages" by the DataTables plugin. That's why the table controls at the top can include a search box. The table of titles on a list is paged server-side, so a DataTables search wouldn't be useful. This would be most useful for searching within large virtual shelves. Agreed! Especially considering the work being done on bugs 26446 and 19501 to make the lists module a robust staff tool. Staff will want to be able to search within the lists. I'm changing the title of this bug to reflect the underlying change required to make the entire list contents a searchable DataTable. Splitting this into two.. lets add the API's in one bug and do the UI here as a second step |