Add operator __in to es.filter() for search in list.#53
Add operator __in to es.filter() for search in list.#53onegreyonewhite wants to merge 2 commits into
Conversation
|
Yes i think it would be a good idea but does it still work with strings ? .filter(X__contains='test') used to return documents with not analyzed fields like 'foo test bar'. If not we might need another lookup, because it wouldn't be backward compatible and i don't see a reason to break this. |
|
@lauxley , I do not quite understand you. |
|
Adding the __in lookup seems like a good idea, i didn't say otherwise so why do you say you don't understand me ? I can't merge the pull request just yet though, i want to check how it behaves with different types and re-check what problem it solves. |
|
@lauxley, my English is not so good as I want it be. That's why I really can't understand the meaning of some phrases. I understand the words separetly, but the whole phrase sometimes seems difficult to get for me. But I have my wife, who helps me sometimes in English:) |
This can fix #50 and good update for PR #51