We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b747fec commit fcae254Copy full SHA for fcae254
hypha/apply/funds/templates/submissions/all.html
@@ -623,7 +623,7 @@ <h2 class='text-2xl'>{% trans "No results matched your search" %}</h2>
623
624
$('#filterupdated').on('apply.daterangepicker', function(ev, picker) {
625
$('#search-navbar').val(`updated:>=${picker.startDate.format('YYYY-MM-DD')} updated:<=${picker.endDate.format('YYYY-MM-DD')}`);
626
- htmx.trigger('#search-navbar', 'search');
+ $('#search-navbar').closest('form').trigger('submit');
627
});
628
629
</script>
0 commit comments