You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the URI is found in Cache only the cached value is returned. From my point of view the return value of Functions::prepareforOutput should be stored in the cache and then be returned.
The text was updated successfully, but these errors were encountered:
After having trouble with CoolUri and pagination of Solrfluid I started to debug.
Some hours later I was able to track down the missbehaviour.
The problem is, that the URL returned by
params2cool
can be different if it's coming from cache.If the URI is not in cache the code looks like
If the URI is found in Cache only the cached value is returned. From my point of view the return value of
Functions::prepareforOutput
should be stored in the cache and then be returned.The text was updated successfully, but these errors were encountered: