nova-search-relations
nova-search-relations copied to clipboard
Search with Spatie Translatable field
I need to search with translatable field
public static $searchRelations = [
'category' => ['title'],
];
title has translatable property of Spatie package
public $translatable = ['title'];