Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchKit - Fix pager count return value #20878

Merged
merged 1 commit into from
Jul 16, 2021

Conversation

colemanw
Copy link
Member

@colemanw colemanw commented Jul 16, 2021

Overview

Fixes inefficient pager count which was returning all values instead of just the count

Before

Pager count api call returns count plus every value from every record.

After

Returns just the count

Comments

It was a silly mistake

@civibot
Copy link

civibot bot commented Jul 16, 2021

(Standard links)

@civibot civibot bot added the master label Jul 16, 2021
@demeritcowboy
Copy link
Contributor

jenkins retest this please

@eileenmcnaughton eileenmcnaughton merged commit 5321cce into civicrm:master Jul 16, 2021
@eileenmcnaughton eileenmcnaughton deleted the fixSearchKitCount branch July 16, 2021 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants