Again, nothing out of the ordinary... what's the string you're passing through in params[:search]? And what are the names of the stores you're expecting to match on?
Also, have you restarted the searchd daemon since adding this field? -- Pat On 05/07/2010, at 6:49 AM, Ruki Osa wrote: > > Stores is a simple reference table with just name and id values. > > The search query is in the product controller > > def searching > if params[:search] > @products = Product.search(params[:search]) > else > @products = [] > end > > thanks for your time > > Ruki > > -- > 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. > -- 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.
