haystack icon indicating copy to clipboard operation
haystack copied to clipboard

feat: Allow exact list matching with field in Elasticsearch filtering

Open masci opened this issue 3 years ago • 1 comments

Rewrite of https://github.com/deepset-ai/haystack/pull/2675#issuecomment-1195487118

Related Issues

  • fixes https://github.com/deepset-ai/haystack/issues/2672

Proposed Changes:

Will match a field that contains all values in the list, no more, no less. Order does not matter.

How did you test it?

Unit test

Notes for the reviewer

Checklist

masci avatar Aug 08 '22 11:08 masci

Hey @masci, everything seems to be here

Krak91 avatar Aug 08 '22 14:08 Krak91