forked from programminghistorian/jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
full-text search using Lunr.js (programminghistorian#1726)
* maybe solved searching?? * Added comments for search * attempt at a lunr search * removed wrap terms func * fixed lunr ref issue * updated search for multilingual logic * trying to fix enter bug * trying list.js update function * fixed earlier bug and got search working with filter logic * fixed search bugs and got it working with filter logic * fixed search bugs and got it working with filter logic * added search enable button and more comments to code * fixed most of the bugs in full text search * added in support for multiple language stemmers * create snippet templates for search terms * updated search input to work with snippets * trying to comment and clean up code * FR snippets * cleaned up code * ordered lessons by search score * removed abstract styling from style.css * Update snippets.yml translated to ES search snippets * added search info and search indicator * switched icon to question mark * fixed search info for firefox and added loader * cleaning up code and adding comments * cleaning code and changing url to slug * reverted back to url and added more comments * removed all console.logs and added snippet * ES translation of search documentation snippet * FR translation search documentation snippet * use md shortcut for URLs * moved js files to vendor and only loaded file for language * adding the vendor files again * readding js vendor and updatinggitignore Co-authored-by: Matthew Lincoln <[email protected]> Co-authored-by: spapastamkou <[email protected]> Co-authored-by: Jennifer Isasi <[email protected]> Co-authored-by: Riva Quiroga <[email protected]> Co-authored-by: Matthew Lincoln <[email protected]>
- Loading branch information
1 parent
8da3df8
commit 850d467
Showing
9 changed files
with
2,076 additions
and
114 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ _site/* | |
.DS_Store | ||
tmp/ | ||
|
||
vendor/ | ||
/vendor | ||
.bundle/ | ||
.vscode/ |
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
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.