-
Notifications
You must be signed in to change notification settings - Fork 76
Add has_child and has_parent support #226
Comments
With the code you've written, you can't accept a You probably want something like this:
|
Or we could do it using
which would give more flexibility |
I don't think you can do that without rewriting how Now that I'm re-reading what you've written, I don't think I understand what you're asking for in this issue. Are you asking for support on code you've written that isn't working? Or are you asking to have support for something new in ElasticUtils and tossing around how it could be implemented? |
@jmizgajski ^^^ ? |
I think your solution is sound, you can close it or add support to the new release the way you described it. |
I'm going to bump this to post-0.10 where we'll have a lot more wiggle room for new features and refactoring. |
any news here? |
Parent child can be easily implemented by appropriate mapping definition 2014-07-31 14:50 GMT+02:00 Grzegorz Ślusarek [email protected]:
|
I would like to use has_child query, which requires me to pass another query as a value.
Here is the process_query method.
From what I understand, right now it is impossible to pass another query as a value, e.g.
The text was updated successfully, but these errors were encountered: