[Koha-bugs] [Bug 10542] QueryParser + OpacSuppression doesn't allow search in 'all libraries'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 17 10:20:42 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10542

--- Comment #15 from David Cook <dcook at 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.


More information about the Koha-bugs mailing list