https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21581 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- CC| |januszop@gmail.com --- Comment #12 from Janusz Kaczmarek <januszop@gmail.com> --- I seems to me that this patch creates a problem with Zebra searches while queryparser is off. Could you please verify the following scenario: search engine zebra, query parser off, and let's do an authority search for e.g. authority number or whatsoever with "Search entire record" (the forth option). Zebra gets the query: @or @attr 1=Heading @attr 7=1 0 @attr 4=6 @attr 5=1 @attr 1=all <search term> and answers ERROR 114, that is unknown use attribute. In fact, the attr-1 'all' is not defined. Before that patch 'all' was changed into @attr 1=Any. Now it seems to create problems. Tests were done with 18.05.06. Thank you for verifying this. -- You are receiving this mail because: You are watching all bug changes.