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

            Bug ID: 36413
           Summary: authority search staff broken
 Change sponsored?: ---
           Product: Koha
           Version: 23.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Cataloging
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

When searching an authority from staff search, it returns

Error: Unmatched [ in regex; marked by <-- HERE in m/^[ <-- HERE ]$/ at
/usr/share/perl5/MARC/Field.pm line 643.

the issue might stem from how the $subfields string is used in the regex within
the conditional if statement. If $subfields contains special regex characters,
especially an unmatched [, it could cause the regex engine to throw an error
due to an invalid pattern.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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