Hi all!
I'm using the SugarCRM API and trying different queries.
As mentioned in the documentation we expect to filter all the columns exposed from the /metadata endpoint for each module.
What happens is that we don't have consistent behavior. If you try querying the Accounts module and try filtering with the "name" column, by utilizing the $contains, $starts, and $ends it works fine.
Suppose you try to run the same filers to another column like Assigned_User_Name. It ignores the filters, which is misleading.