aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/tipuesearch/tipuesearch_set.js
diff options
context:
space:
mode:
authorDaan Debie <d.debie@thenewmotion.com>2015-02-21 23:16:27 +0100
committerDaan Debie <d.debie@thenewmotion.com>2015-02-21 23:16:27 +0100
commit524cfb091d7d3993f81091f0cba9e194951a17a6 (patch)
tree54c01c855e9994fbbfcf40b34cfb2552a020ae52 /pelican-bootstrap3/static/tipuesearch/tipuesearch_set.js
parent6ce5bf4fae4d65ad9696d5d8f98ec93c4a1f3021 (diff)
downloadpelican-themes-524cfb091d7d3993f81091f0cba9e194951a17a6.tar.gz
Updated pelican-bootstrap3 to latest version
Diffstat (limited to 'pelican-bootstrap3/static/tipuesearch/tipuesearch_set.js')
-rw-r--r--pelican-bootstrap3/static/tipuesearch/tipuesearch_set.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/pelican-bootstrap3/static/tipuesearch/tipuesearch_set.js b/pelican-bootstrap3/static/tipuesearch/tipuesearch_set.js
new file mode 100644
index 0000000..cbbd676
--- /dev/null
+++ b/pelican-bootstrap3/static/tipuesearch/tipuesearch_set.js
@@ -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": "script"},
+ {"word": "javascript", "stem": "js"}
+]};