shishkin / astro-pagefind

Astro integration for Pagefind static site search.
MIT License
267 stars 15 forks source link

I have set it up, why can't I search for my content? #89

Closed sunheyi6 closed 2 months ago

sunheyi6 commented 2 months ago

I have started the local dev, but the search found that I could not find the local content image

shishkin commented 2 months ago

Sorry, it's difficult to tell what went wrong without a reproduction example. Maybe you forgot to run build once to initially create pagefind index?

sunheyi6 commented 2 months ago

Sorry, it's difficult to tell what went wrong without a reproduction example. Maybe you forgot to run build once to initially create pagefind index?

I have found the issue. The search function works on the server but not locally. I tried it out. This function searches for all content in the articles. How can I modify it to only search for titles?

shishkin commented 2 months ago

You still need to know about pagefind and read its documentation in order to use this integration. I'll close this for now since the issue is resolved.