search property and key value from artifactory

71 Views Asked by At

I have a aql search, I wanted to include property value from this search

items.find({"type":"file","$and":[{"repo":"abc-prod"}]).include("repo","property.*")

For above query, results are listing all key values from properties.I am looking for results filtered with "key" : "123.version"

0

There are 0 best solutions below