Hi #C01P749MET0 and congrats for this project!
I am currently learning typesense and I am wondering how can I prevent users to access specific data? I have a SaaS application, let's say I need an employees collection for each of my end customers, should I create one collection per customer (e.g "employees_TENANT_ID") or should I have only one "employees" collection that includes all employees of all my customers and manage data visibility with curation to exclude certain results?
Can you confirm curation is the way to exclude data and is safe to use when it comes to data separation for a multi-tenancy application?
Thanks!