Server-side filter returns SQL error when using "contains" or "starts with" clauses

@tunde in your actual sql filters, for start with and contain you should be using LIKE and wildcards (%). See documentation here: Querying Records with Filters

@Elvis_Fernandes I have confirmed the behavior you’re seeing.
Filing a bug report now.

1 Like