Hello,

I'm using a cake view to serve an AJAX autocomplete which is
implemented in the form
URL?q=[searchstring]. I cannot change that implementation and I need
the URL to be in pretty form, since results are meant to be cached. Is
there a way I could route /controller/search/?=:string to /controller/
search/string???

The easiest way is to create a dummy action to look for get params and
call the real search action, but I find it ugly.

Thanks in advance

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en

Reply via email to