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
The ActiveRelation integration is broken, so that instead of updating only the specified records, it is attempting to update all records, ignoring the conditions on the relation.
It will attempt to generate an index update for all articles in the database, not just the one, and this results in a Elasticsearch::Transport::Transport::Errors::RequestEntityTooLarge error.
The text was updated successfully, but these errors were encountered:
The ActiveRelation integration is broken, so that instead of updating only the specified records, it is attempting to update all records, ignoring the conditions on the relation.
ie, if you do something like:
It will attempt to generate an index update for all articles in the database, not just the one, and this results in a Elasticsearch::Transport::Transport::Errors::RequestEntityTooLarge error.
The text was updated successfully, but these errors were encountered: