Closed
Description
Context
Excluded filenames are not included in the links for subsequent pages.
https://grep.metacpan.org/search?q=%5C%24%5C%5D+*%5Bgl%5D%5Bte%5D&qd=&qft=&qifl=Makefile.PL the page 2 link is just https://grep.metacpan.org/search?p=2&q=%5C%24%5C%5D%20%2A%5Bgl%5D%5Bte%5D (the &qifl=... argument is dropped).
Process
[ordered list the process to finding and recreating the issue, example below]
- enter a filename into the "excluded" pane (the last one on the right)
- perform a search
- at the bottom of the page, click on the "2" link to go to the next page of results
Expected result
Observe that the filename has been dropped from the top box (far right), and is also missing from the search URL.
Current result
I expect to see the excluded filename preserved in the next page of results.
Possible Fix
something is wrong with the code that constructs the page links at the bottom of the page.