You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User story
As a user, I want to have the number of _include results (similarly to limiting _revinclude) so that I avoid potential performance issues.
Even though _revinclude is more risky, in terms of performance issue, it would be good to also limit _include results. The same limit applies when using the :iterate modifier.
Acceptance criteria
When I searching using _include and _revinclude modifiers, then the result sets per each _include/_revinclude parameter is limited by MaxCount, which is currently set to 100 by default.
The text was updated successfully, but these errors were encountered:
User story
As a user, I want to have the number of _include results (similarly to limiting _revinclude) so that I avoid potential performance issues.
Even though _revinclude is more risky, in terms of performance issue, it would be good to also limit _include results. The same limit applies when using the :iterate modifier.
Acceptance criteria
The text was updated successfully, but these errors were encountered: