I have a Computer type and I'm trying to query agianst it. When I do the query with find_by_contents, I get correct results. However, when I query using multi_search, I get incorrect results.
I'm using the most recent version of Acts As Ferret and Ferret This returns the correct results: Computer.find_by_contents( "device_type:laptop AND os_type:other" ) This returns too many results: Computer.multi_search( "device_type:laptop AND os_type:other", [] ) Oddly, these queries are consistent when I query for os_type:windows. I feel like my use of the word "other" is throwing something off. Ideas? Thanks, Shad -- http://www.ShadReynolds.com http://www.flickr.com/photos/shadreynolds/ _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

