alirezanet/Gridify

Error "Specified method is not supported" when querying the Nested List field in Elasticsearch

hgmauri opened this issue · 2 comments

Details

Hello

When using Gridify with Elasticsearch, I receive an error when I perform a query on a nested list:

image

Analyzing the code, I saw that a NotSupportedException is generated when entering this method.

image

Do you have an estimate of when you will release the elasticsearch query on Nested fields such as a list?

Hi @hgmauri,

Thank you for your feedback. We are planning to enhance this extension in the near future, although I cannot provide you with an exact timeline at the moment. My intention is to prioritize the most requested features, and I will place this one at the top of the list.

May I inquire about your expected Elastic DSL query in this particular case? (In JSON form, if possible.)

@alirezanet

In this case, I made a query in a Nested Type field, but it was not included in the construction of the query because the query is of the Nested type (as shown in the red highlight).

Another point is that I had to customize the reading of my Elasticsearch fields by forcing the ".LowerCamelCase()" method to be called to use the Camel Case.

image

And this is my Index class:
image