tipuesearch_set.js 592 B

1234567891011121314151617181920212223
  1. /*
  2. Tipue Search 3.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. ]};