Closed
Description
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.
Is that on purpose?