I assume that you have tried this but if not it is worth a shot. If your model was filled with data prior to setting up ferret, then I don't believe those rows will be indexed. You will need to build the index or rebuild it. If you have not added any new data to the database, you may very well have it all set up correctly but it will return nothing. Try Model.rebuild_index, if you haven't and try the search function again. Also, it may be helpful to go to the script/ console to bypass your controllers and views to see what data is coming back. Just my thoughts.
Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

