vhermecz / gitariskola

Gitáriskola dalkereső
MIT License
0 stars 0 forks source link

Searchbox is accent-sensitive #2

Open pts opened 4 years ago

pts commented 4 years ago

The searchbox is sensitive to accents, e.g. if the user searches for ejszaka, songs with title containing the word éjszaka should also show up. The following accent-stripping code may be useful: https://stackoverflow.com/a/37511463/1442987 . Please cache each song's data with accents stripped, so the search engine doesn't have to redo accent stripping for all songs in the database.