Hi!
I have strange problem with charset_table in different Rails env.

I have created config/sphinx.yml with charset_table (identical) for
development and production envs. Config files for sphinx generated
with ts:config seems to be OK since they include charset_table.

However on production env mapping seems does no working - we use TS to
search companies in different cities and mapping should provide
solution for people using or not polish characters in searches -
"Łódź" should be mapped to  "Lodz".

Database in dev is  production db copy and on dev env:

>> Company.search "lodz"
[ RESULTS ]

On production
>> Company.search "lodz"
[]

Indexes of course were rebuilt.

Any ideas what to check to find reason?

We do use Sphinx 0.9.8.1-release (r1533), on Ubuntu with MySQL 5.0
both on dev and production env.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to