query builder complete reference of built in function
While researching my query builder problem, I learned that there are built-in functions that you can wrap around the value of a search result.
Here are the two I found:
fn:lower-case()
fn:upper-case()
Is there a complete list of all the built-in function reference that I can use in query builder?