Skip to content

Commit

Permalink
feat(models): Make assets searchable by their external URLs (datahub-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored May 5, 2023
1 parent 1ebc88c commit 14784fc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ record ExternalReference {
/**
* URL where the reference exist
*/
@Searchable = {
"fieldType": "KEYWORD"
}
externalUrl: optional Url
}

0 comments on commit 14784fc

Please sign in to comment.