Select remote fixed searching value..

This commit is contained in:
Cüneyt Şentürk
2021-01-13 00:09:29 +03:00
parent 64dee4cfde
commit 152e5db02b
9 changed files with 17 additions and 17 deletions

View File

@ -206,7 +206,7 @@ return [
'contact_phone' => ['searchable' => true],
'contact_address' => ['searchable' => true],
'category_id' => [
'route' => 'categories.index'
'route' => ['categories.index', 'search=type:expense']
],
'parent_id',
],
@ -252,7 +252,7 @@ return [
'contact_phone' => ['searchable' => true],
'contact_address' => ['searchable' => true],
'category_id' => [
'route' => 'categories.index'
'route' => ['categories.index', 'search=type:income']
],
'parent_id',
],