http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12323 --- Comment #5 from David Cook <dcook@prosentient.com.au> --- (In reply to Christopher Brannon from comment #3)
The results look much better, but when I do a search, the number of results vary. For example, in our catalog:
"benny and joon" produce 1404 results.
"benny & joon" produce 1525 results.
As far as the results go, I am very pleased, but just need to make sure the number of results isn't a sign of another problem.
Christopher
I just tried using & and && in the query parser as boolean operators and they don't work either (although doing an advanced boolean search while using QP will show && as a boolean operator, but that points to problems with the QueryParser). I would recommend (kw:benny) and (kw:joon), or kw:"benny" and kw:"joon". Either of those should yield the same results. -- You are receiving this mail because: You are watching all bug changes.