tipuesearch_set.js 709 B

12345678910111213141516171819202122232425
  1. /*
  2. Tipue Search 2.1
  3. Copyright (c) 2013 Tipue
  4. Tipue Search is released under the MIT License
  5. http://www.tipue.com/search
  6. */
  7. var tipuesearch_stop_words = ["and", "be", "by", "do", "for", "he", "how", "if", "is", "it", "my", "not", "of", "or", "the", "to", "up", "what", "when"];
  8. var tipuesearch_replace = {"words": [
  9. {"word": "tipua", replace_with: "tipue"},
  10. {"word": "javscript", replace_with: "javascript"}
  11. ]};
  12. var tipuesearch_stem = {"words": [
  13. {"word": "e-mail", stem: "email"},
  14. {"word": "javascript", stem: "script"},
  15. {"word": "javascript", stem: "js"}
  16. ]};
  17. var tipuesearch_pages = ["http://foo.com/", "http://foo.com/about/", "http://foo.com/blog/", "http://foo.com/tos/"];