professor / whiteboard

Carnegie Mellon University - Silicon Valley Campus - Learn By Doing Curriculum Tool
37 stars 61 forks source link

IndexTank unnecessarily updated. #256

Open professor opened 10 years ago

professor commented 10 years ago

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.