jgero / roesena-app

Cross platform Web-App with user-created content and event manager
https://rösena.de/
0 stars 1 forks source link

sort elements by tags in search results page #290

Closed jgero closed 3 years ago

jgero commented 3 years ago

Because ordering by tags is not possible via firestore queries do it on the client side. To achieve this first sort the tags in one element, then merge them into one string and compare these ordered-merged strings of all the elements and sort them again. This should result in following actions: