diff --git a/src/Models/Traits/Product/Searchable.php b/src/Models/Traits/Product/Searchable.php index b502dcd89..ab4982e6c 100644 --- a/src/Models/Traits/Product/Searchable.php +++ b/src/Models/Traits/Product/Searchable.php @@ -194,7 +194,7 @@ protected static function indexMapping(): array return false; } - if ($attribute['input'] === 'select') { + if ($attribute['input'] === 'select' || $attribute['input'] === 'multiselect') { // Select means that while the type may be an int, the data won't be an int. return false; }