Added search with Tipue Search

This commit is contained in:
Luca Chiricozzi
2015-01-09 00:10:05 +01:00
parent 248fe15c2a
commit 8f3afdc695
8 changed files with 755 additions and 3 deletions

View File

@@ -3,4 +3,13 @@
$(document).ready(function() {
$('.mg-container-social').height($('article').height());
$('#mg-panel-social').stick_in_parent({offset_top: 35});
$('#tipue_search_input').tipuesearch({
'show': 10,
'mode': 'json',
'showURL': false,
'descriptiveWords': 75,
'highlightEveryTerm': true,
'contentLocation': '/tipue_search.json'
});
});