Category "laravel-scout"

Laravel Scout/Meilisearch - filter by a non-searchable column

I want to make it so that I can filter results based on a column that isn't searchable with Meilisearch and Laravel scout. So imagine a "Comment" table, with th

Laravel Scout: only search in specific fields

Laravel Scout: Is there a way that I search in only a specific field? At the moment this line is working fine: $es = Element::search($q)->get(); But