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
When a user edits a Page, the object is saved to record who is editing it to prevent multiple concurrent editors. When the save occurs, the search index is unnecessarily called via after_save. update_search_index. Consider guarding against this.