tipuesearch_set.js 600 B

12345678910111213141516171819202122
  1. /*
  2. Tipue Search 4.0
  3. Copyright (c) 2014 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. ]};