rhsimplex / image-match

🎇 Quickly search over billions of images
2.94k stars 405 forks source link

How do I search an image with a metadata ? #120

Open ramharsha-pe opened 5 years ago

ramharsha-pe commented 5 years ago

I want to find an image in the elastic search index along with a filter on the metadata,

how do I pass along the path of the image in this query.

ses.es.search('images', body={'query': {'match': {'metadata.things': 'stuff!'}}})