Added search and string value fields options.. ( #861mmjq77 )

This commit is contained in:
Cüneyt Şentürk
2023-05-23 14:32:51 +03:00
parent b291d05a6c
commit 0863da593b
3 changed files with 23 additions and 8 deletions

View File

@ -372,7 +372,11 @@ return [
'contact_phone' => ['searchable' => true],
'contact_address' => ['searchable' => true],
'category_id' => [
'route' => ['categories.index', 'search=type:income enabled:1']
'route' => ['categories.index', 'search=type:income enabled:1'],
'fields' => [
'key' => 'id',
'value' => 'name',
],
],
'parent_id',
'recurring' => [