Summary: | Authority search in OPAC stops at 15 pages | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | OPAC | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P3 | CC: | dudzikmichal, f.demians, jonathan.druart, julian.maurice, kyle |
Version: | Main | ||
Hardware: | PC | ||
OS: | All | ||
URL: | cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=BKS# | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16910 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 17048, 18204 | ||
Attachments: |
screenshot
Bug 2735: Fix authority search pagination at the OPAC Bug 2735: CSS changes Bug 2735: Fix authority search pagination at the OPAC Bug 2735: CSS changes [PASSED QA] Bug 2735: Fix authority search pagination at the OPAC [PASSED QA] [PASSED QA] Bug 2735: CSS changes |
Description
Chris Cormack
2010-05-21 00:55:16 UTC
I don't have 15 pages of authorities anymore - can anyone confirm this error or close the bug? Created attachment 8790 [details]
screenshot
I can confirm that there is still something weird with the pagination on current master.
What I did:
1) Searched for an authority from 100 using the plugin and a search for contains 'e' or something similar to get a lot of results.
2) Checked that I had more than 15 pages.
3) Changed to page 15
4) Clicked on the >> to get more results
The result count changes and I get to see more results, but the page numbering does not change and stays 1-15. I can't see on which page I currently am.
This bug is still valid: When a search returns more than 15 pages of results, the correct number of results is shown, but the pages you can access are limited to 15. << 1 2 3 4 5 6 7 8 9 10 11 12 13 14 _15_ >> Ergebnisse 281 bis 300 von 1876 This is fixed: Authority search results << < 1 2 3 ... 204 > >> Results 1 to 20 of 4066 Problem still exist, look at site http://demo.biblibre.com/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&authtypecode=NP&operator=contains&value=&marclist=any&and_or=and&excluding=&orderby=HeadingAsc OR http://catalog.bywatersolutions.com/cgi-bin/koha/opac-authorities-home.pl?startfrom=0&marclist=any&and_or=and&excluding=&operator=contains&value=&resultsperpage=20&type=opac&op=do_search&authtypecode=&orderby=HeadingAsc Regards (In reply to Michal Dudzik from comment #5) > Problem still exist Indeed, still broken at the OPAC. Created attachment 52200 [details] [review] Bug 2735: Fix authority search pagination at the OPAC The authority search pagination displays only 15 pages, even when there are more. To fix that, this patch mimic the authorities-home.pl intranet script to manage the pagination. Test plan: Without this patch, do some authority search and click on different pages. Apply this patch, redo the same search and make sure the same records are displayed (i.e. confirm that the pagination still works as before). Created attachment 52201 [details] [review] Bug 2735: CSS changes Created attachment 53197 [details] [review] Bug 2735: Fix authority search pagination at the OPAC The authority search pagination displays only 15 pages, even when there are more. To fix that, this patch mimic the authorities-home.pl intranet script to manage the pagination. Test plan: Without this patch, do some authority search and click on different pages. Apply this patch, redo the same search and make sure the same records are displayed (i.e. confirm that the pagination still works as before). Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> Created attachment 53198 [details] [review] Bug 2735: CSS changes Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> This fixes the problem nicely for the OPAC - but I still experience the problem like originally reported in the authority search plugin: 1) Go to cataloguing 2) MARC21: open authority search plugin from 100$a for example 3) Notice, it won't page after page 15 Created attachment 53289 [details] [review] [PASSED QA] Bug 2735: Fix authority search pagination at the OPAC The authority search pagination displays only 15 pages, even when there are more. To fix that, this patch mimic the authorities-home.pl intranet script to manage the pagination. Test plan: Without this patch, do some authority search and click on different pages. Apply this patch, redo the same search and make sure the same records are displayed (i.e. confirm that the pagination still works as before). Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 53290 [details] [review] [PASSED QA] [PASSED QA] Bug 2735: CSS changes Signed-off-by: Nicole C Engard <nengard@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> (In reply to Katrin Fischer from comment #11) > This fixes the problem nicely for the OPAC - but I still experience the > problem like originally reported in the authority search plugin: > > 1) Go to cataloguing > 2) MARC21: open authority search plugin from 100$a for example > 3) Notice, it won't page after page 15 Could you open another bug report for this one? Done: bug 16910 Pushed to master for 16.11, thanks Jonathan! Pushed in 16.05. Will be in 16.05.02. Patch pushed to 3.22.x, will be in 3.22.10 |