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

            Bug ID: 37590
           Summary: Allow requesting circulation rule sets using wildcards
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: REST API
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

The API added for fetching circulation rules in bug 36641 allows for limiting
which rules you wish to have returned by passing a comma delimited list of
rules names in the ?rules= param.

We could enhance this to allow for wildcards and open up the opportunity for
returning sets of related rules based on a common prefix in the rule name.

For example..

`?rules=recalls_*,overdue*` would return all recalls_ and overdue rules without
having to specify each of them individually in the query.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to