Skip to content

Commit

Permalink
DIGG-450: Removing organisation filter name
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaMunterud committed Dec 11, 2024
1 parent 5f705d6 commit 2ffa64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,7 @@ export function createSearchProviderSettings(env: EnvSettings, lang: string) {
dcatType: "choice",
indexOrder: 1,
maschineName: "publishertype",
group: "actor",
},
{
resource: "http://xmlns.com/foaf/0.1/name",
dcatProperty: "foaf:name",
type: ESType.literal,
indexOrder: 2,
group: "actor",
group: "default",
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions locales/sv/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
"org-type": "Organisationstyp",
"protected-data": "Skyddade datamängder",
"spec-data": "Datamängder som följer specifikation",
"view-all-data": "Visa datamängder",
"view-all-spec": "Visa specifikationer"
"view-all-data": "Visa datamängderna",
"view-all-spec": "Visa specifikationerna"
},
"organisations": {
"organisations": "organisationer",
Expand Down

0 comments on commit 2ffa64d

Please sign in to comment.