Rebaked all posts - search results still showing old stuff

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.:

2021-11-10 17_55_48-Fundraising Time - BCC Forum - Sam L Morse

How do I regenerate [the search index to reflect the current state of posts?

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

that worked - thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.