You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that in a query, for the sort criteria casing does not matter while for the filter criteria the exact name is needed in the URL.
E. g. [Attr("fileName")] can be used for sorting with ?sort=filename, but can only be used for filtering with ?filter[entity]=fileName while ?filter[entity]=filename does not work.