We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab92b4 commit 64e7823Copy full SHA for 64e7823
src/Traits/Core/QueryStrings/HasQueryStringForSearch.php
@@ -13,7 +13,7 @@ trait HasQueryStringForSearch
13
14
protected function queryStringHasQueryStringForSearch(): array
15
{
16
- return ($this->queryStringForSearchEnabled() && $this->searchIsEnabled()) ? [ 'search' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAliasForSearch()]] : [];
+ return ($this->queryStringForSearchEnabled() && $this->searchIsEnabled()) ? ['search' => ['except' => null, 'history' => false, 'keep' => false, 'as' => $this->getQueryStringAliasForSearch()]] : [];
17
18
}
19
0 commit comments