Is Query Manager global across different NodeJS partial views?

I am just looking into using the query manager (apart from sort, dir and offset) as i’m building up A LOT of variables on some pages and wondering if there’s a better way of managing them all.

What i’m seeing though is strange. I have two pages, both have got a Query Manager element added to their partials page with different IDs/names.

When i add variables into one, they appear in both of them. If i delete them from either they are removed from both.

On another page though, there is already a query manager set up in the same way (connected to the same main layout) but it does not have its variables effected at all.

It doesn’t make a difference in the pages are open at the same time or not.

So, are variables entered into an instance of a query manager supposed to be globally accessed by all instances of a query manager or not?

Solved.

In case this happens to anyone else, the issue was that the two pages in question had the same APP ID so the query manager was syncing between them.

That was an error on my part from copy/pasting info on to new pages etc.

Changed the name and all fixed up

1 Like