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
CozyClient DevTools should display it and suggest what to do with this warning. By default $or or $in should be avoided as possible and we should fallback to something like bulk_get and so on.
The text was updated successfully, but these errors were encountered:
Since the CouchDB 3 upgrade, Couch returns a warning in the query is not optimized enough. The Cozy-Stack now returns https://github.com/cozy/cozy-stack/pull/3430/files a warning for such query.
CozyClient DevTools should display it and suggest what to do with this warning. By default
$or
or$in
should be avoided as possible and we should fallback to something like bulk_get and so on.The text was updated successfully, but these errors were encountered: