Hi, I'm not sure if I'm not using facets correctly, but here's my problem.
I have a index definition in a Trip that looks like this: https://gist.github.com/1337513838d53b7b1d6a region and rating are one-many relationships and categories is many- many. The problem happens when I perform a search then try to narrow by facet. For example, I can issue this facets method: Trip.facets 'africa' I receive a hash that lists "Africa" as a region and has a count of 29. However when I issue this command: Trip.search 'africa', :with_facets => 'Africa'.to_crc32 I receive zero results. I've all tried the @facets.for(:region => 'Africa') syntax with similar results. This is one of the specific problems I'm having but other odd problem with facets such as new facets appearing on more narrow searches. For example, I'll get 2 ratings for a search, but if I narrow by another facet brand new ratings appear. I don't understand. Thanks, Bob -- 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.
