Search
Uccello uses the library spatie/laravel-searchable to simplify the search for data.
You must configure the search for each model if you want :
Make it possible to search for data from the global search.
Make data search accessible from a list view for Entity fields.
Configuration
To activate the search in a module, please add the following code to the model related to this module:
Last updated