You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wanting to implement Awesomplete to put on my website. I have been able to fetch a list of terms from the MySQL database. The problem is in the use of accents in certain words, which happens with Spanish. In this case I would like that the accent does not have to be written to match. For example, when searching for ""auditoría, programación, vínculo, etc.", they are only shown if I put the accent and what interests me is that they are shown without having to write the accent in its corresponding vowel.
For example, when I write "auditoria" (without accent) it shows me in the list.
The text was updated successfully, but these errors were encountered:
I am wanting to implement Awesomplete to put on my website. I have been able to fetch a list of terms from the MySQL database. The problem is in the use of accents in certain words, which happens with Spanish. In this case I would like that the accent does not have to be written to match. For example, when searching for ""auditoría, programación, vínculo, etc.", they are only shown if I put the accent and what interests me is that they are shown without having to write the accent in its corresponding vowel.
For example, when I write "auditoria" (without accent) it shows me in the list.
The text was updated successfully, but these errors were encountered: