Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
namiaro
4 years agoFrequent Contributor
Set default Collection
Hey, is there a way to set one of my Collections as a default so that it will be selected / turned on everytime I open 1P8? It's a bit annoying doing this manually all of the time.
Windows 11, 1P8...
ag_andrew
1Password Team
4 years agoGreat question. In the case of search terms, that isn't really possible unless because search terms are dynamic; you'd need a pretty big lookup table for all possible search terms.
For Tags, you're right, if the 1Password item data model supported it. If each tag had a unique identifier we could persist that identifier and never worry about revealing your tags. However tags are stored on each item as just a list of strings; no such identifier exists.
In my mind, encrypting those values is the best way to go to-and-from the persisted store. We just need time to get that in place.