Open Esipode opened 1 year ago
@Esipode I thought I had the same issue but it's actually working if you use the correct syntax. You need to write your query like this filters[id]=3
so that the filters var will be parsed by the lib.
It would be great to add the correct syntax in the README
Describe the bug When exporting through the Content API, it appears the sorting and filtering does not apply. The end result is that I get a full list of collection entries regardless of what I have entered into the search prop.
Screenshots
Additional context The code screenshot is from the node_modules folder of my project, I added the console logs in an effort to to track down where the issue is. It appears as soon as it reaches the
qs.parse()
, nothing is getting returned.