Skip to content

Commit

Permalink
Add location.tree to filterable item fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Nov 15, 2024
1 parent 10f0116 commit fda59c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/Api/V1/ItemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class ItemController extends Controller
'exhibition',
'box',
'location',
'location.tree',
];

private $rangeables = ['date_earliest', 'date_latest', 'additionals.order'];
Expand Down

0 comments on commit fda59c6

Please sign in to comment.