reyesr / fullproof

javascript fulltext search engine library
http://reyesr.github.com/fullproof/
Apache License 2.0
666 stars 46 forks source link

What are word boundaries symbols? #34

Closed lagleki closed 9 years ago

lagleki commented 9 years ago

Is apostrophe considered not a proper letter? If yes how do I add it to the set of proper letters so that when searching for "it's" I stop getting results with "it".

lagleki commented 9 years ago

The answer is to add unicode for apsotrophe to https://github.com/reyesr/fullproof/blob/master/src/unicode/categ_letters_numbers.js