Skip to content

Commit

Permalink
chore(algolia): add synonyms
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Apr 11, 2024
1 parent 2514606 commit 741761f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion baker/algolia/configureAlgolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const configureAlgolia = async () => {
"vacuna" /* spanish */,
],
["ghg", "greenhouse gas"],
["rate", "share"],
["rate", "share", "percentage", "percent"],
[
"hospital admission",
"hospital admissions",
Expand Down Expand Up @@ -282,6 +282,7 @@ export const configureAlgolia = async () => {
["smog", "air pollution"],
["jail", "prison"],
["funding", "funded"],
["solar", "photovoltaic", "photovoltaics", "pv"],
]

// Send all our country variant names to algolia as synonyms
Expand Down

0 comments on commit 741761f

Please sign in to comment.