django-oscar-elasticsearch icon indicating copy to clipboard operation
django-oscar-elasticsearch copied to clipboard

Perform all queries in one go.

Open specialunderwear opened this issue 5 years ago • 0 comments

Currently when collecing the facets and the facet count difference, a multisearch is used, saving on request traffic. I think all the required queries for a single search page can be done in one single multisearch query. Investigate and propose/implement this.

specialunderwear avatar Jun 23 '19 14:06 specialunderwear