Searching for cards that start with a letter
Support Ticket
+status
answered
+tag
+issues
So what I wanted to do was turn my list of characters into a dynamic list that would update and alphabetize itself as people are added using certain cardtypes. I figured the syntax would look something like
"type":"Major Character", "name":"A*"}
which would be all the cards of the type Major Character whose name starts with A. Because on the actual display page, I want to have the sections separated by letter for easier viewing. However, that search does not work. I think because * is not a functional thing? Is there a way to do what I'm after?