Splits a string into a list of substrings separated by separator.
separator
split(separator: string, str: string) -> list(string)
Returns the documented result for the function signature.
respond { status = 200 body = { filters = split(",", coalesce(ctx.request.query.filters, "")) } }