pelican-mg/templates/js/enable-search.js
2017-11-30 01:54:19 +01:00

11 lines
223 B
JavaScript

$(document).ready(() => {
$('.tipue_search').tipuesearch({
show: 10,
mode: 'json',
showURL: false,
descriptiveWords: 75,
highlightEveryTerm: true,
contentLocation: './tipue_search.json',
});
});