fix demoDayAntlerBiosAlgoliaKey

This commit is contained in:
Sidney Alcantara
2020-04-07 16:21:35 +10:00
parent 62d135c2f8
commit 553348d4d6

View File

@@ -137,7 +137,7 @@ const config = [
client.generateSecuredApiKey(
env.algolia.search, // Make sure to use a search key
{
filters: `location:${location}`,
filters: `location:"${location}"`,
restrictIndices: ["antlerBios"],
}
),