-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Full text search #385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I suppose this will eventually be implemented, since it was request previously, perhaps as a plugin (when the plugin API is live). At the moment, the solution would be to create a custom theme to implement that like mentioned here #261 |
Since all pages are loaded on demand, so full text search will make it meaningless. So we won't plan to implement it at default theme, but maybe it can be done by a plugin in the future (Maybe v1.0.0). |
Duplicated #261 |
Duplicate of #68 |
@ulivz just to clarify, would @vuepress/plugin-pwa mentioned in #815 enable full text search across the whole site or be limited to visited pages? If so, maybe you could:
|
Any update on this? |
For an internal project, I need a full-text search function that is not based on an external search provider. The built-in "headers only" search is not enough.
A lot of other static site generators (e.g. gitbook) use "lunrjs".
Can this feature be added to vuepress?
The text was updated successfully, but these errors were encountered: