From: Pedro V. <ped...@ya...> - 2014-07-10 10:12:08
|
Hi Thomas, Yes, it solves the problem! I think you can correct it in the code. Just one more question, do you see any way to become a search "accent insensitive"? Something like "ilike" for case insensitive? Thank you very much! Best regards, Pedro ----- Mensagem original ----- > DE: Thomas RAFFIN > > hi, > > Try with this line please: query = query.replace(/%/g,'%25'); > > If it is OK for you I will correct it in pmapper. > > Thomas |