views:

45

answers:

1

I am running rails 2.2.3 with mysql as database scheme & thinking sphinx installed as plugin. I am having two problems :

1) I am unable to find file confing/sphinx.yml. I just have a config/development.sphinx.conf 2) I have specified min_infix_len & enable_start property from define_index method of model. I also have checked development.sphinx.conf file & these properties are correctly set there. But I am not getting any infix search results.

Please help.

A: 

I'm having the same problem, if anyone has found a solution. I installed Thinking_Sphinx 1.3.18 as a Gem, if that helps. Thanks!

related questions