Hello Everyone, I need one help. We have few attr...
# random
a
Hello Everyone, I need one help. We have few attributes which we want to hide them always. But, Can access them only with specific scenario with special api-key or something. is it possible on Typesense?
k
Yes add exclude fields to scoped API key.
s
Documentation here: https://typesense.org/docs/0.24.0/api/api-keys.html#create-an-api-key And don't miss this sneaky little comment in the example, very important!
Copy code
// Make sure that the parent search key you use to generate a scoped search key has no other permissions besides `documents:search`
🙌 1