I have this patch #182687: Cache pages with query strings working. Faceted Search's URL structure is like this
../results/taxonomy:48.5,18,35
With the patch the saved files look like this in the cached dir
taxonomy_48.5,18,35.html
What do I need to do to make it serve the cached page?
The block Shows it cached, but looking at the source when not logged in, it doesn't have the boost comment at the bottom.
Comments
Comment #1
alex s commentedTry to replace the string:
with
in boost.module
Comment #2
mikeytown2 commentedSweet it works! Thanks for your help!
In case anyone else is following, it's on line 562.
Comment #3
mikeytown2 commentedComment #4
alex s commentedOk, I'll add this to the querystring patch
Comment #5
mikeytown2 commentedcommitted to 6.x dev