Hello everyone:
How can I use sphinx to search french words which the entries in the db is actually english?
The situation is:
I have a ROR project with a table in the db called "categories", and the category names are in english, category has many "question" entries.
In localization file config/locals/fr.yml, these categories were translated to french.
Consider about expandability, we can't change the category names in the db to french.
User can search by type part of the key word.
Here is a example: Category Name: Health and Medical In french: Santé et médecine
so how can I do this: type "Santé médecine abc" in the search field and sphinx will return the "questions" under "Health and Medical" category and have keyword "abc"?