jaffadog
(Jeremy Waters)
1
I am cleaning up old posts that contain crappy old encoding (e.g. “=0A” for space). I then rebaked all posts using:
rake posts:rebake
The posts look good now, but I still see the old version in search results - e.g.:

How do I regenerate [the search index to reflect the current state of posts?
IAmGav
(Gavin Perch)
2
In sidekiq (mysite.com/sidekiq/scheduler)
go look for a job called ReindexSearch
and trigger that
2 Likes
You can run rake search:reindex
to circumvent the problem.
4 Likes
system
(system)
Closed
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.