Re: django search query

2013-07-01 Thread Doug Ballance
On Saturday, June 29, 2013 11:32:19 PM UTC-5, Harjot Mann wrote: > > Is there any search query in django which can ignore vowels like I want to > make a query which displays all the clients name who writes their name as > 'amanjit' or 'amanjeet'. > It should take take ee=i or anything like

Re: django search query

2013-07-01 Thread Amirouche Boubekki
2013/7/1 Harjot Mann > On Sun, Jun 30, 2013 at 11:18 PM, Amirouche Boubekki > wrote: > > You can do this by creating an extra field in the model with the name > > without vowels in it and doing a simple filter on it ? Is that what you >

Re: django search query

2013-06-30 Thread Harjot Mann
On Sun, Jun 30, 2013 at 11:18 PM, Amirouche Boubekki wrote: > You can do this by creating an extra field in the model with the name > without vowels in it and doing a simple filter on it ? Is that what you need > ? I have a search function which is already working

Re: django search query

2013-06-30 Thread Amirouche Boubekki
You can do this by creating an extra field in the model with the name without vowels in it and doing a simple filter on it ? Is that what you need ? 2013/6/30 Harjot Mann > On Sun, Jun 30, 2013 at 10:18 PM, Scot Hacker > wrote: > > This is

Re: django search query

2013-06-30 Thread Harjot Mann
On Sun, Jun 30, 2013 at 10:18 PM, Scot Hacker wrote: > This is really a question about regular expressions, not about Django. > Whether you implement simple or complex search in Django, whether you use > Django or some other platform, this is going to come down to using a

Re: django search query

2013-06-30 Thread Scot Hacker
On Saturday, June 29, 2013 9:32:19 PM UTC-7, Harjot Mann wrote: > > Is there any search query in django which can ignore vowels like I want to > make a query which displays all the clients name who writes their name as > 'amanjit' or 'amanjeet'. > It should take take ee=i or anything like

Re: django search query

2013-06-30 Thread Harjot Mann
Reply waited. -- Harjot Kaur Mann Blog: http://harjotmann.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

django search query

2013-06-29 Thread Harjot Mann
Is there any search query in django which can ignore vowels like I want to make a query which displays all the clients name who writes their name as 'amanjit' or 'amanjeet'. It should take take ee=i or anything like this. Please help me I have to finish my task asap. -- You received this