http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12323 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #4 from David Cook <dcook@prosentient.com.au> --- This patch definitely works, but (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
Christopher, this is definitely the sign of a different issue. If you're doing a search for "benny and joon" or "benny & joon", it's most likely doing a keyword wordlist search. If I recall correctly, that means that it's searching for "benny", "joon", "and" or "benny", "joon", "&" as separate keywords. It's not conducting a boolean search. To do a boolean search, I think you'll have to use the Advanced Search. (It might also be possible by typing something like kw:"benny" and kw:"joon" into the regular search box, but I'm not 100% sure on that one off the top of my head.) -- You are receiving this mail because: You are watching all bug changes.