[Koha-bugs] [Bug 9715] Various combinations of prefs QueryAutoTruncate, QueryFuzzy and QueryWeightFields conflict

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 12 13:18:53 CEST 2020


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

--- Comment #8 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Pablo, thx for the systematic testing!

(In reply to Pablo AB from comment #7)
> ## Setting Combination
> 
> QueryAutoTruncate - Automatically
> QueryFuzzy - Try/Don't try
> QueryStemming - Try/Don't try
> 
> [Search Terms : Number of Results : Notes]
> frogs toads : 8 :
> frogs and toads : 7 : The missing record here contains 'toadstools' -
> truncation not working correctly?

I think this is due to it not containing frogs. The and is (as far as I know)
interpreted as boolean operator.

> frogs or toads : 29 : 'And' and 'or' treated as search operators.
> Adv. Search: frogs and toads : 8 : Apostrophe search not working

What do you mean by Apostrophe search?

> QueryAutoTruncate - only if * added
> QueryFuzzy - don't try
> QueryStemming - don't try
> 
> frogs toads : 7 :
> frogs and toads : 5 : And is treated as a search word
> frogs or toads : 0 :
> Adv. Search: frogs and toads : 7 : Apostrophe search not working 
> 
> QueryAutoTruncate - only if *added
> QueryFuzzy - don't try
> QueryStemming - Try
> 
> frogs toads : 0 : No results for any search
> frogs and toads : 0 :
> frogs or toads : 0 :
> Adv. Search: frogs and toads : 0 :

It's hard to tell without seeing the records what's going on there and if it's
correct or not. 

> QueryAutoTruncate - only if *added
> QueryFuzzy - Try
> QueryStemming - don't try/Try
> 
> frogs toads : 0 : No results for any search 
> frogs and toads : 0 :
> frogs or toads : 0 :
> Adv. Search: frogs and toads : 0 :
> 
> Queryfuzzy can't be used with ICU in use?

I think that is possible, we have had to play around with settings when we
started using ICU in the first library. ,ext (exact field content) search is
also not working with ICU as far as I know.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list