ponzu-cms / ponzu

Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
https://docs.ponzu-cms.org
BSD 3-Clause "New" or "Revised" License
5.67k stars 387 forks source link

Rebuild Search Index #337

Open iceboy233 opened 4 years ago

iceboy233 commented 4 years ago

This is useful in many ways. Currently there is no way to enable search on an existing type and get search index of the existing items. It also helps eliminating accumulative errors and restoring from backup (#166). A naive implementation can be iterating through existing items and update the search index.

nilslice commented 4 years ago

Yes, I agree, it would be quite useful. Are you interested in taking on this feature?