Skip to content

Commit

Permalink
extend default search predicates
Browse files Browse the repository at this point in the history
extended to include alt and hidden labels as per the recommendation in
#282
  • Loading branch information
lalewis1 committed Nov 1, 2024
1 parent 6d8d539 commit 30e1072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prez/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class Settings(BaseSettings):
search_predicates: list = [
RDFS.label,
SKOS.prefLabel,
SKOS.altLabel,
SKOS.hiddenLabel,
SDO.name,
DCTERMS.title,
]
Expand Down

0 comments on commit 30e1072

Please sign in to comment.