nova-search-relations icon indicating copy to clipboard operation
nova-search-relations copied to clipboard

Search with Spatie Translatable field

Open sezohessen opened this issue 2 years ago • 1 comments

I need to search with translatable field

public static $searchRelations = [
        'category' => ['title'],
    ];

title has translatable property of Spatie package

public $translatable = ['title'];

sezohessen avatar Feb 15 '23 11:02 sezohessen