Re: Search by omitting special characters

2009-11-23 Thread jai_python
HI Leepy, Even am also got stuck with the same issue. Did you find any solution? I want to search content inside TEXTFEILD without any condition like (comma, line break, space)Can anyone here to help me out to solve this issue. Thanks & Regards, Jai Python On Nov 23, 4:15 pm, leppy wrote: >

Search by omitting special characters

2009-11-23 Thread leppy
Hi all, I have a TextFeild() in my application for storing addresses. It contains address as comma separated, or space separated, or with linefeed characters. When I try to search the field using 'icontains' by giving address as comma separated value, I am getting a null query set. I am getting a