10 Apr
2019
10 Apr
'19
1:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20589 --- Comment #37 from David Gustafsson <glasklas@gmail.com> --- @Alex Arnaud Thanks for the comments. Regarding the query "(publisher:autrement OR jean)" I think it should be written as "publisher:(autrement OR jean)" to get the results you want. Also, surrounding parentheses can be left out of all the queries. They are only needed if you need to group sub-expressions. I don't think that Koha should try to reduce the field-list by parsing the query, this greatly increases complexity without any real benefit. -- You are receiving this mail because: You are watching all bug changes.