Sha256: 5e9649f2870e4250c223175c9b525bfde886368054f69bb176bbfda0b59eddbf
Contents?: true
Size: 601 Bytes
Versions: 16
Compression:
Stored size: 601 Bytes
Contents
/* 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"} ]};
Version data entries
16 entries across 16 versions & 1 rubygems