Hi, Are city and name are the fields of your models?If yes than you can write your custom search using queryset , refer search implementation in django admin
On Mon, May 2, 2011 at 1:41 PM, pankaj sharma <new.pankajsha...@gmail.com>wrote: > i am new on django, i want to know how can we make advanced search on > our website. > > > i have database of colleges. and i want to provide the user to search > the colleges by : > city and name > > i have made single search where user can enter the query and it will > show only those colleges having the query in their names > i also want to do it for city, > > please help me > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- *Ankit Rai* * * -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.