Hi, I am wondering which one is the safest option to restrict access to my data and why.
Let's say that I sell shoes for resellers and for direct customers. I would like that customers could not see the shoes destined to the resellers.
Is it better to :
Thank you !
I would always do permissions off of Indexes rather than search restriction. This way, you can get granular in what type of data is allowed. Then if the user doesn't have access to the index it just won't show in the Search query.
I would always do permissions off of Indexes rather than search restriction. This way, you can get granular in what type of data is allowed. Then if the user doesn't have access to the index it just won't show in the Search query.
I think its better to create separate indexes instead of search restrictions.
Is it an intuition or do you have some reasons in mind ?
What if in future you have to create or correlate data for creating business reports or dashboard, then again you have to change the search restrictions.