Hi all, My version of TS is 1.1.5 (I know, pretty old) used as a plugin
I recently realized that one could add more than one "define_index" block in a model. I would like to do this because I need a "where" condition in one index, but not in the other. Here is a gist of my Firm model : http://gist.github.com/328968 But when indexing, I get this error : ERROR: index 'firm_core': incompatible schemas: attribute count mismatch: 4 in schema 'firm_core_1', 9 in schema 'firm_core_0'. Do I always have to specify the same attributes in different indexes ?? -- 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.
