sorry about that I found the error it was because I forgot to add the delta field in my migration.
On Feb 7, 9:53 am, gerberdata <[email protected]> wrote: > Any ideas what is causing this. we added some new indexes please have > a look. > > define_index do > indexes :name, :sortable => true > indexes :description > indexes :content_type > indexes "concat(pending_imports.holder_type, '_', > pending_imports.holder_id)", :as => :holder_key > indexes :tags > indexes :holder_type > > has :id, :holder_id, :created_at, :updated_at > > set_property :delta => :delayed > end -- 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.
