All Questions
1 question
1
vote
1
answer
361
views
Thinking Sphinx name of facets
I have define facets for product model like this:
product_index.erb
ThinkingSphinx::Index.define :product, :with => :active_record do
indexes publish
indexes name, :sortable => true
...