I did not solve this issue either, the workaround I used was to have
those parameters in the URL something like:
/search?id=10 => /search/id/10
or
/search?category=2&keyword=232  => /search/category/2/keyword/232

and eliminate the query string from the URL.

    gabriel


On Nov 23, 1:22 am, Ken Golovin <[email protected]> wrote:
> I would like to be able to cache a partial on a search results page
> that uses query strings, however symfony ignores caching settings. The
> page onhttp://www.symfony-project.org/reference/1_4/en/09-Cache
> says:
>
> "An incoming request with GET parameters in the query string or
> submitted with the POST, PUT, or DELETE method will never be cached by
> symfony, regardless of the configuration."
>
> Is there any way to override this behaviour?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to