-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Aggregation Filter does not accept raw #1566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Nican, We found that not all properties that take a Filter/QueryContainer were decorated with something we are working on rectifying in 2.0 with a unit tests to assert all QueryContainer properties have the same jsonconverters set. This is something we have to backport to has no dedicated does. |
Any suggestions for a quick workaround while the issue is not fixed? EDIT: Also, thank you for the response. |
…ed all jsonconverters on props of type IQueryContainer and IFilterContainer
Hi Nican, This is now fixed on the |
Hello! I have hit a bug with using FilterAggregator inside of a AggregationContainer. When applying a raw FilterDescription, the resulting json does not appear inside of the request.
I have the following code:
And this is the request generated by NEST:
As you can see, the {"test":"test"} from the FilterDescriptor does not appear inside of the request. Is there something that I am missing?
I am using Elasticsearch.Net 1.7.1
The text was updated successfully, but these errors were encountered: