This diff adds new `SearchIndex` selector for user mentioning. We need to use `SentencePrefixSearchIndex` rather than `SearchIndex`, because `SearchIndex` catches keywords rather than whole text prefix, so when user would type whole username and then input a space, the tooltip would never close.