Skip to content

Commit

Permalink
config: added affiliations suggestions by id.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Oct 31, 2023
1 parent 3ac753c commit aca94de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio_vocabularies/contrib/affiliations/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class AffiliationsSearchOptions(SearchOptions):
fields=[
"name^100",
"acronym^20",
"id^20"
],
)

Expand Down

0 comments on commit aca94de

Please sign in to comment.