You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm trying to add Algolia search to my Docusaurus app. Since my website is behind authentication, I’ve written a scraping script to send my content to Algolia. It works, and the structure of my index items is:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm trying to add Algolia search to my Docusaurus app. Since my website is behind authentication, I’ve written a scraping script to send my content to Algolia. It works, and the structure of my index items is:
docusaurus.config.ts.txt
For the cs locale, it will be the same, but the objectID and url will be
http://localhost:3000/cs/parameters/index.html
andlanguage: "cs"
Problems 🐛 :
docusaurus_tag: "docs-default-current"
,version: "current"
andlanguage : "en"
Turning on
contextualSearch
option in Docusaurus config leads that the filter filtered out all results, why? Tbh I have no idea how to debug it.Beta Was this translation helpful? Give feedback.
All reactions