Python Django Tutorial - Creating Search Functionality

Опубликовано: 06 Ноябрь 2022
на канале: Joseph Kariuki
197
8

Have you visited a website that has paginated content before but has multiple pages and you have to click on next until you reach your particular page of interest. Time-consuming, right? Let us see a workaround which is implementing search functionality.

Previous video:    • Python Django Tutorial -  Creating Si...  
Django tutorial playlist:    • Python Django Tutorial  

====================

⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:03:08) Creating a bootstrap search form
⌨️ (0:05:00) Creating a search view
⌨️ (0:10:04) Creating a search URL
⌨️ (0:11:46) Creating a search template
⌨️ (0:13:58) Testing the created query set
⌨️ (0:15:54) Chaining queries
⌨️ (0:19:50) Adding search functionality in the base template
⌨️ (0:22:22) Conclusion

====================

Django FullText Search: https://docs.djangoproject.com/en/4.1...
Making Queries: https://docs.djangoproject.com/en/4.1...
Django QuerySet API: https://docs.djangoproject.com/en/4.1...

====================

The code used in this series can be found at:
https://github.com/jkaris/my-demo-web...

====================

Reach me through:
My Website - https://josephkariuki.com/
Twitter -   / jkariscodes  
Instagram -   / codekaraoke  

#python #django #search #database #query #sql