Here is what I am trying to do.Within the SearchWidget.xmlI want the user to input the search like the example shown below. A function is called passing the user inputted value. The function then parses the string into sub-substrings and re-arranges the sting to match how the data is shown in the database in this case "23-J, 104-A-10" would become "104A10023".What I'm asking is where would I put this function in the SearchWidget.mxml. Your thoughts/ideas?<expressions>
<expression alias="Grid Unit"
textsearchlabel="Search by Grid Unit [Example: 23-J, 104-A-10]:">Grid_ID LIKE ('%[value]%')</expression>
</expressions>