I'm confused about how the UI is sorting my flow n...
# ask-community
c
I'm confused about how the UI is sorting my flow names, I would have expected
genesys__fof
(notice the double underscore) to be listed first. Am I missing something?
k
Will ask around about this
c
This appears to be related to how postgres does sorting. Special characters are used for tie breakers so I believe its sorting those names as if they had no underscores at all. https://wiki.postgresql.org/wiki/FAQ#Why_do_my_strings_sort_incorrectly.3F
👍 1