Fixing the broken link in the second search provided by htmx request #10
brandondelpozo
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Can you use the markdown syntax for the links |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone I have an improvement for Try-Django-3.2/templates/search/partials/results.html , if you change
< a href='/search/?q={{ request.GET.q }}&type={{ request.GET.type }}'>View All</a>
for just "< a href='{{ request.get_full_path }}'>View All</a>
that will help you fix the broken link in the second search provided by htmx request. I hope that helps you improve your search flow, have a great day!Brandon
Beta Was this translation helpful? Give feedback.
All reactions