On Jun 10, 6:12 pm, Joel <[EMAIL PROTECTED]> wrote:
> Hi all!
>
> I try to do a search over a pagination component I found here
> athttp://www.noswad.me.uk/Pagination/PRG(Andy Dawson's site).
>
> Source:http://cakeforge.org/frs/?group_id=152
>
> I try to use '1 step' search, a very simple form which will submit to
> itself, and if form data is present redirects to the appropriate url.
>
> This PRG(Post Redirect Get) search function works all fine but
> it doesn't search and fetch data from database
> when you input multibyte characters (such as Japanese and Chinese).
Multibyte characters are probably filtered out by the
Sanitize::paranoid method - comment it to test if that's the case, and
if so replace it with something else useful (the goal is to prevent
scripts, html, styles etc from appearing that you don't want).
hth,
AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---