You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix newsletter criteria not always selecting all articles
The limit applied in the subquery could cause, that inner join
joined top 5 most read articles within the period, and then
the parent query filtered articles published within the
selected period.
That effectivelly caused that if one of the most read articles
was published outside of the selected period, criterion
excluded it and didn't deliver required number of articles.
remp/respekt#378
0 commit comments