To avoid hard Index()'ing of given text with btree matcher we implement an prefix_any and suffix_any matchers that can work well in many cases. BTree matcher Index() will be implemented in upcoming commits to prevent same bugs. Fixes #23