Skip to content

Instantly share code, notes, and snippets.

@sunguru98
Created December 23, 2019 10:06
Show Gist options
  • Save sunguru98/d25976a50d9f36a9cd96fdbc6e3e27d1 to your computer and use it in GitHub Desktop.
Save sunguru98/d25976a50d9f36a9cd96fdbc6e3e27d1 to your computer and use it in GitHub Desktop.
Markdium-Build an OCR/Image Search application with MERN Stack
index.setSettings({
searchableAttributes: ['textContent'],
attributesForFaceting: ['filterOnly(viewableBy)']
})
const publicSearchKey = client.generateSecuredApiKey(
process.env.ALGOLIA_SEARCH_KEY,
{ filters: `viewableBy:${userId}` }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment