Skip to content

Commit 0532508

Browse files
committed
Register searchable like this instead
Related: statamic/cms#13247
1 parent c39e6af commit 0532508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ protected function registerSearchProvider(): self
240240
{
241241
SearchProvider::register();
242242

243-
Search::addContentSearchable(SearchProvider::class);
243+
Search::addContentSearchable('runway:*');
244244

245245
return $this;
246246
}

0 commit comments

Comments
 (0)