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 428c35d commit 7172e5bCopy full SHA for 7172e5b
src/Concerns/CanSearchBoardRecords.php
@@ -22,7 +22,7 @@ public function searchable(string | array | Closure $fields = []): static
22
{
23
// Ensure fields is an array
24
$searchableFields = is_string($fields) ? [$fields] : $fields;
25
-
+
26
$this->searchableFields = $this->evaluate($searchableFields);
27
$this->isSearchable = true;
28
0 commit comments