Hi Everyone, I'm trying to setup typesense search ...
# community-help
f
Hi Everyone, I'm trying to setup typesense search with docusaurus. I have already deployed typesense server 28.0 and typesense scrapper 0.11.0 I'm using
"docusaurus-theme-search-typesense": "0.24.0"
in my
"@docusaurus/core": "3.7.0"
The search bar on top of page is working as expected and i can see the results, however on search page it does not works. It throw the error .
Copy code
Error: 400 - Could not find a filter field named `docusaurus_tag` in the schema.
Can someone help me with this issue ?
1