I cannot think of any useful use case filtering article-reply's appId yet
Adds userId and appId to ListReplies filter, so that ListArticles, ListReplies filters work the same as ListArticleReplyFeedbacks's.
Refactor
Removes the limitation that requires userId and appId must be specified together in ListArticles filter
Previously we use userId-appId pair to identify users. However in the future using only userId should be sufficient, thus removing the restriction here.
Bugfix
Fixes categoryIds and hasArticleReplyWithMorePositiveFeedback, which unions its results when used with other filters and is incorrect
Coverage increased (+0.4%) to 86.779% when pulling fd1630cafa6b24c83a82e76deccbd7a78214649c on user-filter into ce61fc150e8d63d61d4407ab43f88c1284864ecd on master.
Fixes #165
New Feature
articleRepliesFrom
in #165appId
becauseuserId
should be sufficient according touserId
/appId
management proposalappId
yetuserId
andappId
toListReplies
filter, so thatListArticles
,ListReplies
filters work the same asListArticleReplyFeedbacks
's.Refactor
userId
andappId
must be specified together inListArticles
filteruserId
-appId
pair to identify users. However in the future using onlyuserId
should be sufficient, thus removing the restriction here.Bugfix
categoryIds
andhasArticleReplyWithMorePositiveFeedback
, which unions its results when used with other filters and is incorrect