Skip to content

Commit

Permalink
Add alias for 'VMST'
Browse files Browse the repository at this point in the history
  • Loading branch information
RunarVestmann committed Dec 11, 2024
1 parent 5c8c1b9 commit a47ab67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/content-search-toolkit/src/queries/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export const searchQuery = (
// Handle aliases since the search engine has not been configured to support organization aliases
if (queryString.trim().toLowerCase() === 'tr') {
queryString = 'Tryggingastofnun'
} else if (queryString.trim().toLowerCase() === 'vmst') {
queryString = 'Vinnumálastofnun'
}

// * wildcard support for internal clients - eg. used by island.is app
Expand Down

0 comments on commit a47ab67

Please sign in to comment.