nada icon indicating copy to clipboard operation
nada copied to clipboard

Search filters not carried on when no result

Open Alhrath opened this issue 3 years ago • 1 comments

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.

Alhrath avatar Sep 06 '22 15:09 Alhrath

@Alhrath, thank you for reporting this and other issues, I am looking into the issues.

mah0001 avatar Sep 08 '22 00:09 mah0001