This repository was archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Class 'Yab\MySQLScout\Engines\Modes\' not found #128
Open
@mbillahbli
Description
Please help me!
Env:
SCOUT_DRIVER=mysql
SCOUT_SEARCH_MODE=LIKE
My config:
'algolia' => [
'id' => env('ALGOLIA_APP_ID', ''),
'secret' => env('ALGOLIA_SECRET', ''),
],
'mysql' => [
'mode' => env('SCOUT_MODE'),
'model_directories' => [app_path()],
'min_search_length' => 0,
'min_fulltext_search_length' => 4,
'min_fulltext_search_fallback' => 'LIKE',
'query_expansion' => false
]
```
**But why got this error message?**
Metadata
Metadata
Assignees
Labels
No labels