Skip to content

Commit

Permalink
Merge pull request #151 from 10up/feature/no-es-for-sm-queries
Browse files Browse the repository at this point in the history
Don't use EP for Support Monitor Queries
  • Loading branch information
darylldoyle authored Feb 21, 2024
2 parents 93e3414 + a13e69f commit 0ed9e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/classes/SupportMonitor/Monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ public function get_users_report() {
'search' => '*@get10up.com',
'search_columns' => [ 'user_email' ],
'number' => '1000',
'ep_integrate' => false,
];

if ( TENUP_EXPERIENCE_IS_NETWORK ) {
Expand All @@ -768,6 +769,7 @@ public function get_users_report() {
'search' => '*@10up.com',
'search_columns' => [ 'user_email' ],
'number' => '1000',
'ep_integrate' => false,
];

if ( TENUP_EXPERIENCE_IS_NETWORK ) {
Expand Down

0 comments on commit 0ed9e9a

Please sign in to comment.