Hi,
I am trying to implement two types of indexes. Primary and Temporary.
What should be my approach to distinguish them. By name ir meta(by template) or by alias.
My usecase is to introduce search for all primary indexes or delete all temp indexes.
Please suggest