https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20486
--- Comment #22 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
