-
Hey there! I'm building an app that has a use-case for scoped search of user data. I have the data stored in a specific format and when I update the data I want to build an index from it that can be used to search from the web frontend. It doesn't look like there's an easy way to use pagefind to build custom indexes, but I wanted to ask to make sure. Great job on this project, BTW! |
Beta Was this translation helpful? Give feedback.
Answered by
bglw
Sep 23, 2024
Replies: 1 comment 1 reply
-
Hi @zicklag — The NodeJS API sounds like it could do what you need. Let me know if that's down the right track or not 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zicklag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @zicklag — The NodeJS API sounds like it could do what you need. Let me know if that's down the right track or not 🙂