Skip to content

Fixes the bug for int fields

Latest
Compare
Choose a tag to compare
@vivekbisen vivekbisen released this 14 Mar 22:11
· 17 commits to master since this release

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