I have my nifty little autocomplete working thanks to your gracious help
but I have one more issue to resolve....
It seems that searchs with öäå don't work.  I think it has to do with
how I send the data to the server so let me show you my search page:
I can't send the äåö in the url so how could I send it another way with
autocomplete?

def possible_paints():
paints=db(db.paint.name.upper().like("%"+request.vars.q'%')).select(orderby=db.paint.name)
return dict(paints=paints)
Weird how my email is formating... but that's it...
It takes the q in my url...
I send the request with that... and I wonder if it looses the formating
at that point?
For example if I search for naturgrå firebug tells me that I made a
request for 1=naturgr%C3%A5
But if I go to that address with firefox I get naturgrå
Weird eh?
---
Best Regards,
Jason Brower

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to