iBug
7ea8510d4f
Fix where_exp for Jekyll < 4.0
...
'and' and 'or' are new in Jekyll 4.0.
Ref: https://stackoverflow.com/posts/comments/111965719
2024-04-28 00:56:17 +08:00
LasseAhhMann
7aee05ce0c
Remove JS and other files from search index ( #4000 )
...
To avoid getting JS and irrelevant files indexed remove pages where title is null. This gives a much cleaner Lunr store with more relevant content.
2024-04-22 23:22:08 +08:00
Michael Rose
55f6e8fae5
Exclude main.scss
from Lunr search index
2022-05-27 11:48:46 -04:00
Nicholas Perry
00b86b1ff8
add optinal lunr searching of pages ( #3352 )
2022-05-27 11:39:47 -04:00
Lars Olesen
0ec1aa1292
Upgrade Lunrjs to 2.3.9 and switch to relative_url ( #2805 )
...
* Update Lunr to 2.3.9
* Switch from absolute_url to relative_url
2021-02-05 20:20:12 -05:00
iBug ♦
d5d3863322
Use layout: none instead of null ( #2617 )
...
* Use layout: none instead of null
* Update CHANGELOG and history
2020-07-24 08:22:16 -04:00
iBug ♦
bcd6126612
Use relative_url and absolute_url where possible ( #2387 )
...
* Use relative_url and absolute_url where possible
Drops the `contains "://"` check, adopt Jekyll 3.7
Ref: https://github.com/mmistakes/minimal-mistakes/pull/2385#issuecomment-579882236
* One more unneeded {% assign %}
* Remove one more assign as noted by mmistakes
* Consolidate 4 more captures
* Consolidate an extra assign on "active" class
2020-03-06 15:37:07 -05:00
Michael Rose
dc99092c54
Remove unecessary console.log in lunr-en.js
and lunr-gr.js
JavaScript
...
Close #2193
2019-06-27 19:05:01 -04:00
Justin Rummel
f27bd39a41
lunr 2.3.5 update ( #2010 )
2019-01-01 17:05:06 -05:00
Justin Rummel
82e9aee6a8
Change remaining schema.org markup to https
( #1978 )
2018-11-27 09:07:51 -05:00
Justin Rummel
e665944f26
Update LUNR to 2.3.3 ( #1885 )
...
Close #1882
2018-10-09 14:48:51 -04:00
Ben McGough
05d296c247
Fix Lunr search index merging words ( #1884 )
...
Close #1883
2018-10-09 13:54:36 -04:00
Michael Rose
5e60d2d3c5
Fix search excerpts that run together
2018-03-20 11:48:30 -04:00
Michael Rose
046d93d05b
Add copyright and version back
2018-01-10 11:17:50 -05:00
Michael Rose
f349dff2ee
Minify lunr.js
2018-01-10 11:14:59 -05:00
Michael Rose
267d2c96a0
Reduce white-space to trim down filesize
2018-01-04 20:52:01 -05:00
Nick Garlis
3fb63f302d
Minimize JSON data ( #1449 )
...
* Remove Lunr trimmer & bring back colons
* Add Greek Stemmer
* Translate search_placeholder_text and results_found to Greek
* Minimize JSON data
* Truncate Words
* Move store variable into a new file
* Move Lunr files into a new folder
* Add defer to lunr scripts
* Add search_full_content switch
2018-01-04 20:22:33 -05:00