org unit setting for Patron Search interface result cap

Bug #818740 reported by Jason Etheridge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Evergreen
Fix Released
Undecided
Thomas Berezansky
Nominated for Main by Jason Etheridge

Bug Description

Some libraries would like to raise the stock cap of 50 results in the Patron Search interface. Though the interface lacks paging and isn't meant as a reporting tool, I've pushed a branch which makes this configurable via an org unit setting.

collab/phasefx/max_patron_search_results_setting

---

For sharing the current branch via the remote repo working-eg:

You need only add the remote once, regardless of how many branches you wish to look at.
To add this repo as working-eg:
 Read-only (git protocol):
  git remote add working-eg git://git.evergreen-ils.org/working/Evergreen.git
 Read-write (ssh protocol):
  git remote add working-eg <email address hidden>:working/Evergreen.git

Once you have the remote added you can check out this branch:
git co -b max_patron_search_results_setting working-eg/collab/phasefx/max_patron_search_results_setting

Tags: pullrequest
Galen Charlton (gmc)
Changed in evergreen:
assignee: nobody → Thomas Berezansky (tsbere)
Revision history for this message
Thomas Berezansky (tsbere) wrote :

Pushed to master.

Note that the backend returns 1 more than the limit (I think it even returns 51 by default on the default 50 limit). I assume it counts starting at 0 and is using a <= check, but didn't dig.

Changed in evergreen:
status: New → Fix Committed
Changed in evergreen:
milestone: none → 2.2.0
Changed in evergreen:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.