Actions
Feature #1440
closedSearch with unaccented characters
Start date:
2021-01-06
Estimated time:
Description
Feature request from Zachary:
Please implement that e.g. that Komnēnē is even when searched for Komnene (see e.g. MAMEMS project https://mamems.openatlas.eu/entity/311).
Updated by Alexander Watzinger almost 4 years ago
- Description updated (diff)
- Category set to Backend
- Status changed from New to Assigned
- Assignee set to Alexander Watzinger
- Target version set to 6.0.0
Updated by Alexander Watzinger almost 4 years ago
- Status changed from Assigned to In Progress
Updated by Alexander Watzinger almost 4 years ago
- Subject changed from Search for special characters to Search with unaccented characters
Updated by Alexander Watzinger almost 4 years ago
- Status changed from In Progress to Closed
- Target version changed from 6.0.0 to 5.7.0
I implemented it with the unaccent PostgreSQL extension (fortunately already in PostgreSQL standard package) so now:
komnene will find Komnēnē (and vice-versa)
Will be release with next version and a big thank you to Zachary for suggesting this really handy feature.
Actions