2 Questions,

1) Does sphinx support :without => some_date_range ?

2) How to get delta index to trigger on associations update?

eg post has many comments

class Post
index do
  comments.posted_at , :as => :comments_posted_at
end
end
when I add or update comments I'd like delta indexing to trigger for
post.


Cheers,

Kirill R

-- 
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.

Reply via email to