Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Just make a transliteration in php and you don’t need to torture the sphinx for this
It is possible to configure charset_table so that all Russian letters are mapped to Latin at once. The problem is that the match will be only letter-for-letter (i.e. you can display f->f, but w->zh is no longer there; you need to come up with ONE letter-match.
But in your case - a..zA ..Z, N->N o->o k->k and->i i->a (as well as all other letters)
will just lead to the fact that both Nokia and 'Nokia' - it will be the same same word.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question