Skip to content

Commit

Permalink
ingredients list not searching by name, fixed by setting the searchab…
Browse files Browse the repository at this point in the history
…le attribute for name to true in ingredient resources (#89)
  • Loading branch information
obinnaelviso authored Feb 7, 2024
1 parent f4a288c commit a5d2452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/models/ingredient.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
'name' => [
'label' => 'lang:igniter::admin.label_name',
'type' => 'text',
'searchable' => true
],
'is_allergen' => [
'label' => 'lang:igniter.cart::default.ingredients.column_is_allergen',
Expand Down

0 comments on commit a5d2452

Please sign in to comment.