https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20486 --- Comment #22 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Koha Team Lyon 3 from comment #21)
Hello, I have questions about this one : is it possible to add several filters? If it's the case, which is the separator between the several filters? Could we use whatever operator in the filter (= or > or < )?
Thanks in advance!
Sonia
Bonjour Sonia, Reading the POD, it says: """ [...] with multiple conditions separated by commas (,). For example: --marc_conditions="035a!=(EXAMPLE)123,041a=swe". Multiple conditions are all required to match. """ The operators are <, >, = and != -- You are receiving this mail because: You are watching all bug changes.