Bug 28790 - Add ability to use library groups codes instead of their ID in search URLs
Summary: Add ability to use library groups codes instead of their ID in search URLs
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-01 14:14 UTC by Mathieu Saby
Modified: 2023-07-14 17:28 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Saby 2021-08-01 14:14:04 UTC
If opac_search_limit is activated you can filter a search by library group , but the URL uses the id of the group (ex : "branch_group_limit=multibranchlimit-34).
This id is not visible in library group configuration page.

It should be possible to use the code of the group, for example "branch_group_limit=multibranchlimit-MYGROUP"