The new search system uses ElasticSearch as the backend index. This allows searches to use stemming from (english) words. For example, searching for the word 'test', will also find results for the words 'tester', 'testing', 'tested', etc.
As for the new chat system, we are currently working on...