Skip to content

Commit

Permalink
Expand fields for object search [MA-109]
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgarwood committed Aug 11, 2023
1 parent 2488b3b commit 776f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Twill/ArtworkController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function setUpController(): void
{
parent::setUpController();

$this->setSearchColumns(['title', 'artist_display', 'catalogue_display']);
$this->setSearchColumns(['title', 'artist_display', 'datahub_id', 'main_reference_number']);

$this->eagerLoadListingRelations(['gallery']);
}
Expand Down

0 comments on commit 776f092

Please sign in to comment.