Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Class 'Yab\MySQLScout\Engines\Modes\' not found #128

@mbillahbli

Description

@mbillahbli

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions