Having a single current query and a single cached response is a bit constraining. Other modules might need to perform more than a single query per page request and cache all the responses. For example, one might need different blocks showing responses to different queries.

This patch helps accommodate such modules.

CommentFileSizeAuthor
multiple-queries.patch3.05 KBDavid Lesieur

Comments

David Lesieur’s picture

Status: Needs review » Needs work

I'm currently experimenting (with code) around this and might come up with a better solution.

robertdouglass’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Any followup on this, David?

maxmic’s picture

Ciao,

Howto use this patch? Can you gave me an example? I need to show facet block based on different queries on the same page.
Is possible?

Thanks

David Lesieur’s picture

Status: Closed (duplicate) » Fixed

Fixed in #759638: refactor code to make it possible for multiple modules to run a search. Sorry for not having followed up sufficiently.

David Lesieur’s picture

Status: Needs work » Closed (duplicate)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.