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

--- Comment #39 from Julian Maurice <[email protected]> ---
> 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.
_______________________________________________
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