Table of Contents

Query Publisher

Render query results in frontend

The Query Publisher app is an app for publishing index content to frontend – more specifically content returned by an index query. This is typically used to show a list of search results but can also be used to publish lists of users, files, and so on – basically anything which can be indexed:

Query Publisher 1

All in all, the Query Publisher is a simple module which allows you to publish indexed content in a speedy and reliable manner. The only downside is that the index must be rebuilt to be up to date – which is not instantaneous – and that all content which you want to publish must be stored in the index field definitions.

For more information about implementing the Query Publisher app, go to our development documentation.

To top