Open davidolrik opened 2 weeks ago
Hey @davidolrik ! This looks like something that is indeed useful for the SDKs.
We will consider adding this to the SDKs in the future.
@davidolrik also worth calling out: such filtering still needs to happen client-side, since everything in 1Password is end-to-end encrypted. So even if the SDK would expose such utility functions, these would be no more performant than fetching and decrypting all the items and searching through them.
You can already achieve this today by client.Items.ListAll
which returns the item overviews containing the item tags already, which you then can filter in your code.
Use Case
I would like to find all items in a vault that has a specific list of tags.
This would save me from fetching all items in the vault.
Requirements and desired behavior
No response
Additional information
No response