mirror of
https://github.com/rowyio/rowy.git
synced 2026-09-03 04:30:54 +02:00
fix demoDayAntlerBiosAlgoliaKey
This commit is contained in:
@@ -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"],
|
||||
}
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user