cs_comments_service/models
Greg Price e5b50f4e7e Allow more endpoints to use commentable_ids param
The commentable_ids param is a comma-delimited list of ids indicating
that only threads belonging to one of the specified commentables should
be returned. It can now be used by any endpoint that delegates to
handle_threads_query (most importantly "#{APIPREFIX}/threads"), and
the commentable_id field is now indexed for efficient filtering. The
motivation for this change is to allow clients that are filtering by
commentable_ids to avoid using the /search/threads endpoint, which does
not do sorting and pagination correctly.
2013-10-31 11:53:06 -04:00
..
observers Anonymous to peers 2012-09-14 02:48:32 -07:00
activity.rb fixed spec 2012-08-15 12:40:11 -07:00
comment.rb Remove / consolidate queries and adjust indexing to optimize user api 2013-10-16 16:44:21 -04:00
comment_thread.rb more improvements for thread list queries 2013-10-23 11:03:08 -04:00
commentable.rb fixed spec 2012-08-15 12:40:11 -07:00
content.rb Allow more endpoints to use commentable_ids param 2013-10-31 11:53:06 -04:00
notification.rb fixed spec 2012-08-15 12:40:11 -07:00
subscription.rb Remove / consolidate queries and adjust indexing to optimize user api 2013-10-16 16:44:21 -04:00
user.rb Remove / consolidate queries and adjust indexing to optimize user api 2013-10-16 16:44:21 -04:00