http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12323

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to