Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

Apply search isn't working anymore since the latest strapi #182

Closed kevinvugts closed 6 months ago

kevinvugts commented 6 months ago

Describe the bug When click export on a collection types listview and apply some filters to it. The exported data isn't respecting the filters applied.

To Reproduce

  1. Go to a collection type
  2. Filter on a single id
  3. press export data
  4. check "apply search and filters"
  5. data returned is just the whole db..

Expected behavior It should only return the data for the collection-type/slug that the filter applied for.

Screenshots Not applicable.

Additional context Nope.

kevinvugts commented 6 months ago

My apologizes. This was caused by an internal issue in my decorators

pgmaier commented 5 months ago

@kevinvugts Could you expand on what the issue was? I am experiencing the same issue. Thanks.

kevinvugts commented 4 months ago

@kevinvugts Could you expand on what the issue was? I am experiencing the same issue. Thanks.

I overwrote the default entityService of Strapi. And that was causing an issue in the population / filters / field selection. And thus, not applying the search correctly.