https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23305 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |Needs documenting Resolution|FIXED |--- --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Andrew Fuerste-Henry from comment #4)
This is possible since bug 29781. Using capturing groups in a regex substitution, one can basically say "replace the current note with the current note plus these new words."
A very basic example, if one wanted to append the text "Disc cleaned 5-26-23" to all notes on a group of items, one could put "(.*)" in the Regex Pattern and "$1 Disc Cleaned 5-26-23" in the Regex Replacement in the item batch mod interface.
This might make a great addition for the manual. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.