But there is a stupid bug that stopped it from working with non-latin characters. I spotted it about 2 years ago but yet the bug is still here... orz... so here it is again: To fix it, simply change the Javascript from
escape($F('q'))
to
encodeURIComponent($F('q'))
No comments:
Post a Comment