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
I need to customize the behavior of some elements inside ElasticsearchQueryBuilder. Sadly it is not currently possible to just change these element without overriding every method to use my custom element.
Could you consider making these elements an attribute of the class so that we can override them more easily, i.e. something like :
I need to customize the behavior of some elements inside
ElasticsearchQueryBuilder
. Sadly it is not currently possible to just change these element without overriding every method to use my custom element.Could you consider making these elements an attribute of the class so that we can override them more easily, i.e. something like :
I can make a PR if you agree with the idea.
The text was updated successfully, but these errors were encountered: