[Koha-bugs] [Bug 35052] New: OpacHiddenItemsHidesRecord system preference should be considered on index time instead

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 13 16:33:53 CEST 2023


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

            Bug ID: 35052
           Summary: OpacHiddenItemsHidesRecord system preference should be
                    considered on index time instead
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pedro.amorim at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: alexander.blanchard at ptfs-europe.com,
                    dcook at prosentient.com.au, jacob.omara at ptfs-europe.com,
                    jonathan.field at ptfs-europe.com,
                    martin.renvoize at ptfs-europe.com,
                    matt.blenkinsop at ptfs-europe.com

Currently, results are being skipped after the search has been processed in
C4/Search.pm. This may cause several unintended scenarios:

1) The first page has all the results skipped, even thought there are more
results in 2nd page and so on, this will will result in a "No search results"
page
2) The total search results number still shows 80 (for example), even if it has
skipped 70 and is only showing 10.

To reproduce we need to use both OpacHiddenItems and OpacHiddenItemsHidesRecord

Use OpacHiddenItems and put some rules that hide some items
Use OpacHiddenItemsHidesRecord = 'hide'

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


More information about the Koha-bugs mailing list