Skip to content
SScout Redis Search
ESC
    Docsv0.1.0 — Redis Search for Laravel Scout

    Redis-backed search
    for Laravel Scout

    Full-text search on Redis Stack with the Scout API you already use. Configure a schema, import your models, and keep searching in Laravel.

    Read the docscomposer require burak-sevinc/scout-redis-search

    Scout native

    Keep using Searchable, search(), filters, pagination, and model mapping through Laravel Scout.

    Prefix by default

    A query for Ad is compiled as Ad*, so autocomplete-style name searches find Ada and Adam.

    Schema-first

    Declare TEXT, TAG, and NUMERIC fields once, then use exact filters, ranges, and sortable fields safely.

    Easy to test

    Compile and assert Redis queries without Redis, then run end-to-end checks against Redis Stack when needed.

    Documentation