System Information
- Strapi Version: 4.1.5
- Operating System: Windows 7
- Database: sqlLite
- Node Version: 13.14
- NPM Version:
- Yarn Version:
Hi, I’m new to strapi, I’m frontend developer.
My data is in Polish with Polish special letters (ą, ę, ć, ń, ś …).
I have a searchInput and I’d like users to be able to find entries without using PL letters,
for example: I want them to find entry: “Mieszkańcy lasów” while typing ‘mieszkancy lasow’.
When I had data locally I transformed search terms and my data to removed PL letters, but I don’t know how to achieve it in strapi.
I’d be grateful for any advise