Bug #156
Search fails
| Status: | New | Start: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assigned to: | Cambell Prince | % Done: | 0% |
|
| Category: | application | Spent time: | - | |
| Target version: | V0.15 | |||
| Resolution: |
Description
Using that g data,
Search for “hepèla”. Can’t find it.
You can locate the word by searching for the gloss, “lick”
History
Updated by Cambell Prince about 4 years ago
Currently it can't find any non-ascii unicode character. This is because the data is stored as UTF-8 for unicode, or hacked ansi for legacy data. The search needs to be encoded before searching (which as issues with the form), or the data needs to be normalised before search. This can be done record by record, so this is the preferred approach.
Updated by Cambell Prince over 1 year ago
- Target version changed from V0.11 to V0.15