https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40243

Andrew Fuerste-Henry <[email protected]> changed:

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

--- Comment #1 from Andrew Fuerste-Henry <[email protected]> ---
QueryAutoTruncate determines whether or not Koha truncates individual words
within search -- so with QueryAutoTruncate on, a search for "horse" could
return "horsefly" and "horsehair." 
(As opposed to QueryStemming, which would allow "horse" to return "horsing" --
the need to drop the "e" when adding the "ing" makes it more than
QueryAutoTruncate can handle.) 

The search documentation says Title As Phrase is an exact phrase search and
says this about exact searches.
"ext : exact search on whole subfield (does not work with icu)"

You're looking for this to mean "my entire search term must match the entire
title." It appears to currently behave as "my entire search term must match
part of the title."

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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