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
$or requires the query array to be non empty which will not be the case if there are no associated pages.
Dunno what's the best solution but I suppose either we use $in and sort the result in ruby or we just skip the query if there are no page_ids and return an empty collection proxy.
Introduced in 774d183
$or
requires the query array to be non empty which will not be the case if there are no associated pages.Dunno what's the best solution but I suppose either we use
$in
and sort the result in ruby or we just skip the query if there are nopage_ids
and return an empty collection proxy.ping @arvida
The text was updated successfully, but these errors were encountered: