micha80
10 years agoExpert
Filtering for first char in LiQL
Hi all,
I have a custom component which builds a list of messages with a filter above them. The filter is just a list of alphabetical ordered chars. When the user clicks on a char the list is filtered and all messages where the subject starts with the selected char will be shown. There is also an pagination. Actually I am not so happy with the solution I build and wanted to rebuild this with LiQL much more efficiently. But I don't know how to search for a list of messages and use a condition which filters on the basis of the first char.
Example: User clicks on char "A" and all messages where the subject starts with an "A" should be loaded.
Is this possible with LiQL?
Regards,
Michael