merge(A, C) might now be mergeable with merge(A, B) - which is something that is not currently detected and done.
as a workaround, to have the products example working, the workspace merges queries twice after adding a newly executed query into the cache.
given 3 queries A, B & C:
merge(A, C) might now be mergeable with merge(A, B) - which is something that is not currently detected and done. as a workaround, to have the products example working, the workspace merges queries twice after adding a newly executed query into the cache.
example:
after first run, we currently get:
but should instead get: