Skip to content

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

Closed
thomask77 opened this issue May 9, 2018 · 6 comments
Closed

Full text search #385

thomask77 opened this issue May 9, 2018 · 6 comments

Comments

@thomask77
Copy link

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?

@hmatalonga
Copy link

hmatalonga commented May 9, 2018

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

@ulivz
Copy link
Member

ulivz commented May 10, 2018

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).

@ulivz ulivz closed this as completed May 10, 2018
@meteorlxy
Copy link
Member

Duplicated #261

@jrappen
Copy link

jrappen commented Jul 2, 2018

Duplicate of #68

@jrappen jrappen mentioned this issue Jul 2, 2018
@jrappen
Copy link

jrappen commented Sep 20, 2018

@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:

@klarkc
Copy link

klarkc commented Apr 22, 2019

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants