Skip to content

Commit

Permalink
remove identifier and id from filterables in API v1
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-kamil committed Nov 28, 2024
1 parent acc4e0c commit fa3e951
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/Api/V1/ItemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class ItemController extends Controller
'box',
'location',
'location.tree',
'identifier',
'id',
];

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

0 comments on commit fa3e951

Please sign in to comment.