I found inconsistencies when using wildcards in words that have non-english letters (ä,ö). Examples (for clarity the search terms are in capitals):
- ÄITI -> 71 hits, but ?ITI -> no hits and ÄITI* -> only 57 hits (why less?)
- ÄITI-HENKI -> 87 hits, but ÄITI-HE* -> no hits
- ÖLJY -> 2 hits, but ?LJY -> no hits
- SILMÄ -> 15 hits, but SILM? -> no hits
- KÄSIN -> 46 hits, but K?SIN -> no hits
- etc.
All html files and the Zoom configuration are defined for UTF-8.
I use PHP platform and Zoom 8, build 1026.
Comment