Search and filter first commit

This commit is contained in:
Cüneyt Şentürk
2020-11-06 01:48:49 +03:00
parent e5a7f5b15e
commit ff84384024
25 changed files with 552 additions and 231 deletions

View File

@ -120,9 +120,9 @@ return [
'name' => ['searchable' => true],
'description' => ['searchable' => true],
'enabled' => ['boolean' => true],
'category_id' => ['key' => 'category_id'],
'sale_price',
'purchase_price',
'category_id' => [
'route' => ['categories.index', 'search=type:item']
],
],
],