an-nadaaa / nda-back

0 stars 0 forks source link

Filter Campaigns and Projects from Causes #5

Open an-nadaa opened 2 years ago

an-nadaa commented 2 years ago

Currently Strapi doesn't support deep filtering with dynamic zones. To quote the documentation

  • Querying your API with deep filters may cause performance issues. If one of your deep filtering queries is too slow, we recommend building a custom route with an optimized version of the query.
  • Deep filtering isn't available for polymorphic relations (eg: Dynamic Zones & Media Fields).

We will need to implement our own logic for returning only projects or only campaigns.

an-nadaa commented 2 years ago

mentioning this issue here and adding a link to knexjs