http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10542
--- Comment #15 from David Cook <[email protected]> --- I wonder if these are supposed to be equivalent... @and when @or dylan zimmerman becomes... when and (dylan or zimmerman) So what does that mean for the following? @and @or dylan zimmerman when Does it become: 1) "dylan" and "zimmerman" or "when" 2) "dylan" and ("zimmerman" or "when") 3) ("dylan" or "zimmerman") and "when" I suppose the only way is to read YAZ source code or to do more tests... -- 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/
