]> gitweb.fperrin.net Git - Dictionary.git/commit
Try to find an exact, non-normalized match.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 4 Dec 2020 13:57:21 +0000 (14:57 +0100)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Fri, 4 Dec 2020 13:57:21 +0000 (14:57 +0100)
commitff4d0ecbea69106b98b74960d731c20a7d458da1
tree616e094ea10950e39d92a5354b672c04ba6e92cc
parentebaed3801560ba0816da039ebb98219f7638b24f
Try to find an exact, non-normalized match.

If the search string had to be normalized the match
we found might not be the best one.

Fixes GitHub issue #131.
src/com/hughes/android/dictionary/engine/Index.java