Hello,
I want to know if is possible to create now or in the future credential for searching, where we can limit value user can search and retrieve.
Example, I got a Document with this schema:
{ title: string, description: string, country: string }
I want user can just search title and description and retrieve it.
And another user with another credential search can search and retrieve all values.
Tell me if this can be possible.
Thanks