We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are thinking of auto complete with the linkable subject titles.
The text was updated successfully, but these errors were encountered:
implement #19 with dummy json file
8411d3d
Currently the search function is using jquery autocomplete. The search is based on the chapter name since it's the easiest to implement.
There's one .json file associated with each language. I've made the en.json. Will get to other languages once more content migration happens.
.json
en.json
I passed in a nosearch parameter so that posts such as 404, guide covers, etc. will not be included in the json. For example:
nosearch
layout: default title: 404 - page not found permalink: /en/404.html lang: en nosearch: true
It'd be great if the search can be operated based on all the h2, h3 content (thus the attempt to use node) However this is not a priority now.
h2
h3
Sorry, something went wrong.
closing. Search on the site is running with jquery autocomplete for chapter names. ref #123
jueyang
No branches or pull requests
We are thinking of auto complete with the linkable subject titles.
The text was updated successfully, but these errors were encountered: