You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
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.
Details
Hello
When using Gridify with Elasticsearch, I receive an error when I perform a query on a nested list:
Analyzing the code, I saw that a NotSupportedException is generated when entering this method.
Do you have an estimate of when you will release the elasticsearch query on Nested fields such as a list?
The text was updated successfully, but these errors were encountered: