01-24-2016, 04:21 PM
Redundant perhaps, but of all the possible fixes it's the one that offers the fastest search results.
Another option is to have every game name load into an array with the accents stripped every time a search is performed, and then strip any accents from the search request and perform the search on that array.
It's faster than checking every possible accent combination for every game, but slower than the method I gave previously.
Another option is to have every game name load into an array with the accents stripped every time a search is performed, and then strip any accents from the search request and perform the search on that array.
It's faster than checking every possible accent combination for every game, but slower than the method I gave previously.