Skip to content

Commit

Permalink
feat: now citations can be searched by doi from the report's molecule…
Browse files Browse the repository at this point in the history
… relation manager.
  • Loading branch information
sriramkanakam87 committed Nov 6, 2024
1 parent 71645e5 commit 0726de4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function table(Table $table): Table
->headerActions([
Tables\Actions\AttachAction::make()
->multiple()
->recordSelectSearchColumns(['title', 'authors']),
->recordSelectSearchColumns(['title', 'authors', 'doi']),
])
->actions([
Tables\Actions\DetachAction::make(),
Expand Down

0 comments on commit 0726de4

Please sign in to comment.