-
I'm looking to export static to reduce bandwith etc, however the flex search uses searchParams so it raises an error there. Is there another solution beside using Algolia? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I was thinking to export a static search map and index it on client side, but I didn't support it because:
If the free tier of Algolia isn't enough, you can:
The information of search indexes is called Structured Data, on Fumadocs MDX it's generated with: https://fumadocs.vercel.app/docs/mdx/search-index. |
Beta Was this translation helpful? Give feedback.
-
So I got algolia working, but how do I add keywords to it? I tried looking and I think I'm supposed to pass |
Beta Was this translation helpful? Give feedback.
-
I am using flex search and trying to use tag filters, but it doesn't seem to work. Also, here I get an error: "page.data.tag doesn't exist." Can you tell me how to configure it using flex search? Currently, on your repo, it is configured using Algolia search and |
Beta Was this translation helpful? Give feedback.
I was thinking to export a static search map and index it on client side, but I didn't support it because:
If the free tier of Algolia isn't enough, you can:
The inform…