Open
Description
Filtering From Query String
Fields will automatically be filtered if the filter_fields_parameter configuration key is set to a string. It defaults to only, allowing you to filter fields from the query string:
GET /products?
Would be nice if you could have the opposite for only, for example:
...?hide=id,name
...?except=id,name
And then those fields would be empty when returning the transformer
Metadata
Metadata
Assignees
Labels
No labels