Int fields were throwing errors as ilike
queries only work with string comparison. Casting the field data to text fixes the issue.
Int fields were throwing errors as ilike
queries only work with string comparison. Casting the field data to text fixes the issue.