find SOs by criteria + tags Even if that feature is not available in OSS, we will have to adapt the SOC.find API to have a additional tags option SavedObjectClient.find({ filter: 'some filter', ...someOtherArbitraryOptions, tags: ['tagId1', 'tagId2'] }) With tag assignment model...