-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix search on Safari and handle errors and
::
queries
`::` needs to be escaped to a space, since `:` is handled specially by lunrjs. Errors during search get displayed on the page. Avoid import for json files as Safari doens't support it. Instead write a JS file which sets a variable, and load it through a script tag. Generate search index items for things without pages of their own: - fields - methods - aliases
- Loading branch information
Showing
57 changed files
with
3,049 additions
and
1,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.