This is what fixed it for me:
- Delete the index in the https://www.algolia.com --> Data Sources --> Your index
- Visit the crawler portal (https://crawler.algolia.com/), select the default crawler, and edit the code. Use the Docusaurus v2 template. Make sure that you use a new index name, not the one that you have just deleted.
- Run the crawler from crawler.algolia.com
- Check that the index is now created
- Also check that in the left side of the "browse" tab in the index you can see a menu with checkboxes, including "docusaurus_tag" and "lang". If you don't see these something went wrong.
- Re-deploy your Docusaurus site.
I found some similar answers online but they failed. For me the key was using a new index name. That was the only way create the index correctly and get to see the "docusaurus_tag" checkbox.