Hacker News new | ask | show | jobs
by jabo 1707 days ago
Typesense supports multi-tenant indices via Scoped Search API Keys: https://typesense.org/docs/0.21.0/api/api-keys.html#generate...
1 comments

Does this give independent term weighting per tenant, or is that common across the group?
Terms will be common across the group. The scoped API key helps you guarantee that you can never accidentally access another customer's search data since the filter condition will be baked into the query itself and you also use a separate key per customer.