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

@@ -0,0 +1,21 @@
/*
Tipue Search 4.0
Copyright (c) 2014 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/
var tipuesearch_stop_words = ["and", "be", "by", "do", "for", "he", "how", "if", "is", "it", "my", "not", "of", "or", "the", "to", "up", "what", "when"];
var tipuesearch_replace = {"words": [
{"word": "tipua", "replace_with": "tipue"},
{"word": "javscript", "replace_with": "javascript"}
]};
var tipuesearch_stem = {"words": [
{"word": "e-mail", "stem": "email"},
{"word": "javascript", "stem": "js"}
]};