Skip to content

Commit

Permalink
Merge pull request #3529 from 10up/chore/add-did-you-mean-doc-url
Browse files Browse the repository at this point in the history
Add Did You Mean Doc url
  • Loading branch information
felipeelia authored Jul 5, 2023
2 parents 1d931e9 + a872f6c commit 65e105f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/classes/Feature/DidYouMean/DidYouMean.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public function __construct() {

$this->summary = __( 'Recommend alternative search terms for misspelled queries or terms with no results.', 'elasticpress' );

$this->docs_url = __( 'https://elasticpress.zendesk.com/hc/en-us/articles/16673223107085-Did-You-Mean', 'elasticpress' );

$this->requires_install_reindex = true;

$this->available_during_installation = true;
Expand Down

0 comments on commit 65e105f

Please sign in to comment.