https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41608
--- Comment #13 from Mathieu Saby <[email protected]> --- (In reply to Arthur Suzuki from comment #10) > Maybe check the values of those syspref? > QueryAutoTruncate > QueryFuzzy > QueryStemming(In reply to Mathieu Saby from comment #8) > > Here are some remarks: > > > > 1/ In a sandbox I tried to search "the*" (229 results) then filter the > > results with 1 or more values in a facet > > > > Oddly it display an error message : No results match your search for > > 'kw,wrdl: "ccl=(kw:the*) AND (ccode:FIC)" > > > > Same issue with "book" and 2 values: > > No results match your search for 'kw,wrdl: "ccl=(kw:book) AND > > ((au:Alatriste, Gustavo) OR (au:Brook, Claudio))"'. > > > > But the search for "complete" is working well, I don't understand how... The sandbox uses Zebra (it cannot use ES), with MARC21 records The syspref have their default values QueryAutoTruncate : automatically QueryFuzzy : try QueryStemming : try I change them to : QueryAutoTruncate : only if * is added QueryFuzzy : dont try QueryStemming : dont try It changes nothing, the search gives no result after a filtering In the search bar I can read : "ccl=(kw:the*) AND ((holdingbranch:CPL) OR (holdingbranch:FPL))" -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
