Bug 35339

Summary: numSearchRSSResults doesn't work
Product: Koha Reporter: Noémie Labine <noemie.labine>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low    
Version: unspecified   
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:

Description Noémie Labine 2023-11-14 21:14:30 UTC
Preference numSearchRSSResults is supposed to limit the number of results in the RSS feed, but it doesn't. The RSS feed shows the number of results that is specified in OPACnumSearchResults instead.

Test :
1. Fill numSearchRSSResults with a number, let's say 20.
2. Fill OPACnumSearchResults with a number, let's say 50.
3. Go to your OPAC and search for something with more than 50 results.
4. Click on the RSS feed button. The RSS feed will show 50 results instead of 20.
Comment 1 Owen Leonard 2023-11-21 13:24:27 UTC
I can't reproduce this issue. Both OPACnumSearchResults and numSearchRSSResults seem to be working as they should.