Skip to content

Fulltext search in messages #27

Open
@Mrnikbobjeff

Description

@Mrnikbobjeff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    2021User StoryA user story as described by the clientenhancementNew feature or requestneeds estimateA planning game session is required for this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions