pelican-mg/templates/js/enable-search.js
2017-08-14 22:18:28 +02:00

11 lines
267 B
JavaScript

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