0.9.2 bug Page-tags queries not refreshing - re-index is required - regression

In 0.9.2 I have noticed that if I am having to re-index in order to get my simple queries to refresh the results

As an example I have several pages with tags:: project/open in the first block of each page.

To list open projects I have a simple query {{query (page-tags [[project/open]])}}

The query results list pages project1 and project2

if I shift click on the link to project1 which opens it in the right panel and then I change the page tag to tags:: project/closed then project1 still, incorrectly, is displayed in the query results. They have not automatically refreshed. If I then re-index the graph the query correctly only shows project2 and not project1.

The correct behaviour occurs in an older version of logseq 0.7.8 so this is definitely a regression.

reported as an issue on github 0.9.2 bug Page-tags queries not refreshing - re-index is required - regression · Issue #9110 · logseq/logseq · GitHub