We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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).
[ordered list the process to finding and recreating the issue, example below]
Observe that the filename has been dropped from the top box (far right), and is also missing from the search URL.
I expect to see the excluded filename preserved in the next page of results.
something is wrong with the code that constructs the page links at the bottom of the page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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]
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.
The text was updated successfully, but these errors were encountered: