17 Jul
2014
17 Jul
'14
9:20 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10542 --- Comment #15 from David Cook <dcook@prosentient.com.au> --- 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.