SearchKit - Fix incorrect pager count when using filters
authorColeman Watts <coleman@civicrm.org>
Wed, 3 Nov 2021 18:34:08 +0000 (14:34 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 3 Nov 2021 18:34:08 +0000 (14:34 -0400)
commit7193d9f6c711bea258e24db33969a40c639acbab
tree06af28646c097d82be2142e6136b87becd3d5fed
parente422753cbb9aad9e69e99397c3126b3dba7e99ec
SearchKit - Fix incorrect pager count when using filters

Fixes a bug where filters were not being applied correctly when fetching rowCount
ext/search_kit/Civi/Api4/Action/SearchDisplay/AbstractRunAction.php
ext/search_kit/Civi/Api4/Action/SearchDisplay/Download.php
ext/search_kit/Civi/Api4/Action/SearchDisplay/Run.php
ext/search_kit/Civi/Api4/Action/SearchDisplay/SavedSearchInspectorTrait.php
ext/search_kit/tests/phpunit/api/v4/SearchDisplay/SearchRunTest.php