https://htmx.org logo
make your job list view take a filter argument tha...
# 🔥-django-htmx
p
make your job list view take a filter argument that limits the queryset that is rendered. Then point the
hx-get
attribute on the search form to the job list view and make it trigger on
change
. It should select the containing on the rendered view and put that in a target div.