We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I add config:
enable_search: true
But it seems that it only shows result of post titles. Can I list all matched text blocks while searching?
The text was updated successfully, but these errors were encountered:
The search is powered by Fuse JS
According to the docs: https://www.fusejs.io/api/options.html#includematches
It is possible to include the matches and add to the search component,
the changes would need to be done in the JS code, for example, adding a custom version of https://github.com/rochacbruno/marmite/blob/main/example/static/search.js in your project.
I am open to have it as an option in marmite if someone wants to contribute
Sorry, something went wrong.
No branches or pull requests
I add config:
But it seems that it only shows result of post titles.
Can I list all matched text blocks while searching?
The text was updated successfully, but these errors were encountered: