Skip to content

Commit

Permalink
rename query
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed Aug 14, 2024
1 parent 6864296 commit 1cb5e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function resolve(
?string $search,
FieldContext $cacheContext,
): ?SearchApiResponse {
$query = $this->getQuery(
$query = $this->buildBaseQuery(
$limit,
$offset,
$index,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function __construct(
*
* @throws \Drupal\search_api\SearchApiException
*/
protected function getQuery(
protected function buildBaseQuery(
int $limit,
int $offset,
string $index,
Expand Down

0 comments on commit 1cb5e60

Please sign in to comment.