Hi, is it possible to use thinking sphinx with nested sets and do a recursive search? I have two models: categories and products.
category1 --category2 ----category3 ----category4 after choosing category2 I want all products from categories 2, 3 and 4. This is easily accomplished with activerecord or meta_search gem but with the amount of data it has to search or even flipping pages (will_paginate gem) its taking too much time. -- 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.
