[Koha-bugs] [Bug 30745] ES : Search never return result using after-date and/or before-date in labels/label-item-search.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 26 17:34:12 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30745

--- Comment #17 from Émily-Rose Francoeur <emily-rose.francoeur at inLibro.com> ---
Created attachment 157934
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157934&action=edit
Bug 30745: Display pagination for the results page

I have fixed the pagination issue when the search returns multiple results.

Test plan:
    - Enable elasticsearch
    - git to labels/label-item-search.pl
    - search using after date only
            => check you get items with date-of-acquisition greater than after
date
    - search using before date only
            => check you get items with date-of-acquisition less than before
date
    - search using after and before date
            => check you get items with date-of-acquisition between after and
before
    - Combine this searches with a specified index
    - enable zebra and repeat these tests
pagination tests
    - Perform a search that returns more than 20 notices
    - Navigate through different result pages using page numbers, the "Next"
button, and the "Previous" button
            => On each page, check that "Results X through X of X" displays the
correct information

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list