Laravel Scout for Specific search column
Greetings all,
has anyone ever integrate the meilisearch and filament table? i mean for specific column search, i have attach an image as an example.
so if any search field filled can meilisarch, search for only specific filled field?
3 Replies
You will need to use Scout to fetch the keys() of the results
and then scope the query using whereIn() with the keys
so can we integrate it with filament filters?
yes