pelican-mg/static/js/enable-search.js

11 lines
223 B
JavaScript
Raw Normal View History

2017-11-30 00:54:19 +00:00
$(document).ready(() => {
$('.tipue_search').tipuesearch({
show: 10,
mode: 'json',
showURL: false,
descriptiveWords: 75,
highlightEveryTerm: true,
contentLocation: './tipue_search.json',
});
2015-11-07 19:43:39 +00:00
});