Is your feature request related to a problem? Please describe.
Now, when we query prices field in search query we always trigger rather heavy query despite of attributes listed in prices field.
For example, if we want to get only
we don't need to send to elastic whole query
Describe the solution you'd like
Elastic plugin dynamically determine what aggregations should be send to elastic instance.
Describe alternatives you've considered
Just be slightly slower.
Is your feature request related to a problem? Please describe.
Now, when we query
pricesfield insearchquery we always trigger rather heavy query despite of attributes listed inpricesfield.For example, if we want to get only
we don't need to send to elastic whole query
Describe the solution you'd like
Elastic plugin dynamically determine what aggregations should be send to elastic instance.
Describe alternatives you've considered
Just be slightly slower.