Search filters not carried on when no result
Alhrath opened this issue · 1 comments
Alhrath commented
Hi,
Another bug spotted :
When you do a search with parameters, as long as you are getting result the said parameters are kept with the hidden input forms :
<input type="hidden" name="sort_by" id="sort_by" value=""/>
<input type="hidden" name="sort_order" id="sort_order" value=""/>
<input type="hidden" name="ps" id="ps" value="15"/>
<input type="hidden" name="repo" id="repo" value="XXX"/>
<input type="hidden" name="sid" id="sid" value=""/>
But as soon as you have no result, the hidden fields are not displayed and the parameters are lost, which can be quite confusing for the user.