Closed fabito closed 7 years ago
First of all, thank you for @fabito not only for the PR but also the test coverage :heart_eyes:!!
I'm on vacation for the next week and a half, but I will try to have a look at it soon. So please be patient if you don't hear back from me for some days!
To answer your questions:
Thanks again @fabito
First if all, thanks for the library, very useful and easy to setup.
We are working on a multitenant application and we are planning to use the
metadata
property to add thetenant_id
. When searching for matches we need to do it in the context of a specific tenant.The idea of this PR is to add a new (optional)
filter
parameter to thesearch_image
method, so that drivers could apply it before actually trying to find matches.A few questions:
I'd like to write some tests for the ES implementation. Can anyone instruct me how do I run the integration tests ?