HTMX + Flask: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Feature 2: Active search
Lecture: Introducing active search
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Now that we have the Jinja Partial foundation to allow us to write clean reusable HTML, it's time to add feature number two "Active Search".
0:10
Actually, search is where we have some kind of search box and as the user types and interacts with it, the results continuously just come up.
0:18
You don't have to hit a search button, you don't have to wait until you're finished typing. Kind of like auto complete for search.
0:24
This feature is really fun, and it's also the most comprehensive round trip thing we're gonna
0:30
do during this course. We're going to add new pages and new functionality to the site and then htmx-sify, to add the active search as
0:39
well as two cool things such as deep linking and browser history. It's incredibly easy to use. But as you'll see super powerful.