Algolia Secured API Keys: attributesToRetrieve parameter -
with algolia possible restrict attributes retrieve when building secured api key?
by defualt, when searching, attributestoretrieve parameter may used, not sure if it's possible used during generation of secured api key.
the reason of because want restrict attributes of document specific users.
unfortunately, it's not possible restrict attributes retrieve using attributestoretrieve
query parameter while generating secured api key -> user still able override @ query time.
the thing can configure unretrievableattributes
setting in index settings. setting forces attributes non-retrievable whatever attributeto{retrieve,highlight,snippet}
query parameter set.
Comments
Post a Comment