pat, thank u for ure follow up! i've solved my problem. i was actually updating the records in the indexed table using update_attribute (singular) instead of update_attributes (plural)...later found out that update_attribute (singular) saves objects using object.save(false) leading to no validations where as update_attributes (plural) saves objects using object.save(true) that adheres to model validations. not sure what this has to do with indexing but it certainly fixed my problem. just thought this might help others in the future.
thx -- 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.
