17 Oct
2022
17 Oct
'22
5:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31841 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- In Master: 1) Turn off QueryAutoTruncate 2) Go to http://localhost:8081/cgi-bin/koha/catalogue/search.pl?q=GEN&idx=location 3) Note "No results found" The problem is that QueryWeightFields adds a "phr" qualifier which is a problem since "location" doesn't have a phrase index defined...: (rk=( location,ext,r1=" GEN " or location,phr,r3=" GEN " or location,wrdl,r6=" GEN " or location,wrdl,fuzzy,r8=" GEN " or location,wrdl,rt,r9=""gen"? ")) -- You are receiving this mail because: You are watching all bug changes.