[Koha-bugs] [Bug 21357] Filter elisions from index and search terms in Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 31 10:39:33 CET 2020


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

--- Comment #39 from Julian Maurice <julian.maurice at biblibre.com> ---
> because you'd need to avoid indexing into "wrong" fields which would
> require you to know what language the string to be indexed is in.

I don't think you have to avoid indexing into the wrong fields (but I agree it
would be better). You just need to have at least one that match.
You might end up with false positives (more results that you should have) but
in my opinion it's still better than not having the results you expected.

I realize that stemming is out of the scope of this bug, but even if we talk
only about ellision, I think it would be better to have one field analyzed with
ellision and one field without ellision, and to search in both fields every
time

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


More information about the Koha-bugs mailing list