First name Last name Edward Kerr Ellie Ford Aaliyah Allen
-------- I have a model which has data like above. when I search Edward, it search result 'Edward Kerr' column, search Ellie, return 'Ellie Ford' column. ok, it's good! but, I input E to search, it give me nothing. so how to make a incompletely word? --my indexed--- define_index do indexes [first_name, last_name], :as => :name indexes street_address, city, state, country, postal_code end ------------------------- hope somebody insight me. -- 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.
