Skip to content

Commit

Permalink
Merge pull request #398 from humanmade/1644-correct-elasticsearch-spe…
Browse files Browse the repository at this point in the history
…lling

Fixes spelling of Elasticsearch.
  • Loading branch information
joehoyle authored Nov 12, 2024
2 parents 318b8fd + 6bb5f09 commit 11724d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
function bootstrap() {
add_action( 'plugins_loaded', __NAMESPACE__ . '\\load_plugins', 1 );

// Remove AWS_Rekognition filter for performance purposes, as ElasticSearch is used instead.
// Remove AWS_Rekognition filter for performance purposes, as Elasticsearch is used instead.
add_action( 'plugins_loaded', function () {
remove_filter( 'posts_clauses', 'HM\\AWS_Rekognition\\filter_query_attachment_keywords' );
}, 11 );
Expand Down Expand Up @@ -109,7 +109,7 @@ function override_aws_rekognition_aws_client( $client, array $params ) : Rekogni
/**
* Add rekognition keywords to the search index.
*
* @param array $post_data Data to be indexed in ElasticSearch.
* @param array $post_data Data to be indexed in Elasticsearch.
* @param integer $post_id The current post ID.
* @return array
*/
Expand Down

0 comments on commit 11724d6

Please sign in to comment.