Hi everyone,
I have a content with title "Vício", but I can't find it if I search by "vicio" (without the accent).
My query
or: [
{
title: {
contains: search,
},
},
{
indexableContent: {
contains: search,
}
},
]
Which approach should I use to prevent this in the API layer? Any help is welcome