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.