Here is good place to get started: https://wsvincent.com/django-search/
You can then expand what has been shown here by adding extra UI-side functions such as drop-down fields that will allow a user to refine what is being searched for. (Maybe you can even write your own tutorial after you have done that.) There is also a Django app that may be useful: https://github.com/gregplaysguitar/django-simple-search On Monday, 10 June 2019 04:49:35 UTC+2, Pradeep Singh wrote: > > how to make drop down based search bar in django . where user can select > particular field and then retrieve data > > ex- realestate .. > > anyone can help me to make such type of search bar > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bc76ea41-3127-435a-8d00-4baeaf9af513%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

