Hello everyone, I'm using multi-search to search in some attributes of two classes. One of the attributes is the id of the customer. For each multi_search I want to do a give the id of the current customer as a parameter. This should only return results for the given customer.
My current code looks like this: Folder.multi_search(@search_query, [Myfile]) I noticed in the API you can add options and find_options to this. How do I use these parameters, so only results for a certain customer are returned? Thanks in advance. Mischa -- http://boxroom.rubyforge.org -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

