Open
Description
Is your feature request related to a problem? Please describe.
Other telegram clients support fulltext searching of messages via simple exact matching.
Describe the solution you'd like
We would probably like to order results based on newest first. Sample SQL would be something like SELECT Id,Text FROM Messages m where m.Text CONTAINS $Param ORDER BY m.CreationTime ASC. Alternatively, investigate whether the telegram API supports searching
Describe alternatives you've considered
Maintaining a separate index would allow you to improve the quality of the search as well as allow for dialectic searching via a document-term matrix. This project alone would be worth SWT cred though, so not really feasable
Additional context
Estimate:
2 Pizzen