If articles are searched with a certain query (say "the"), but an article that would match that query was deleted, stuyspec.com and cms run into issues. Ensure the search database is updated every time an article is deleted (currently, this can manually be done with PgSearch::Multisearch.rebuild Article. However, this is probably not the nicest solution: there should be a nice PgSearch library solution to this).
If articles are searched with a certain query (say "the"), but an article that would match that query was deleted, stuyspec.com and cms run into issues. Ensure the search database is updated every time an article is deleted (currently, this can manually be done with
PgSearch::Multisearch.rebuild Article. However, this is probably not the nicest solution: there should be a nice PgSearch library solution to this).