Hi,
I would like to set srchIndexesDefault to specific index by app currently users are using.
For example, admin role is configured so searchable indexes = * and _*, and default index searched = main. If admin uses a tutorial app, I want to automatically change as follows using authorize.conf.
-- authorize.conf in tutorialappdir/default
[role_admin]
srchIndexesAllowed = *
srchIndexesDefault = tutorial
But I am still getting data in main index in my tutorial apps.
Can I change role's searchable/default index by App?
Thank you,