Edit report at https://bugs.php.net/bug.php?id=77971&edit=1

 ID:                 77971
 Updated by:         ka...@php.net
 Reported by:        php4fan at gmail dot com
 Summary:            Can't access other than 1st page of advanced bug
                     search
-Status:             Open
+Status:             Verified
 Type:               Bug
 Package:            Website problem
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

This seems to having to do with the URL encoding around the package_name[]= 
value in the URL.

On the first search page the value is:
package_name[]=Documentation+problem

Which turns into:
package_name[]=%27Documentation+problem%27

So I guess somewhere we are wrapping it quotation when generating the link to 
the next page


Previous Comments:
------------------------------------------------------------------------
[2019-05-04 17:22:42] php4fan at gmail dot com

Description:
------------
Steps to reproduce:

1. Go to https://bugs.php.net/search.php
2. Do an advanced search that returns more than one page of results, for 
example:

https://bugs.php.net/search.php?search_for=mysqli&boolean=0&limit=30&order_by=&direction=DESC&cmd=display&status=All&bug_type=Documentation+Problem&project=All&package_name%5B%5D=Documentation+problem&package_name%5B%5D=Website+problem&package_nname%5B%5D=pcsc&php_os=&phpver=&cve_id=&assign=&author_email=&bug_age=0&bug_updated=0&commented_by=

3. Try to click on the link that says "show next 30 entries"

Expected result:
----------------
Since it says there are 115 results, and since you have clicked a link that 
says "see the next 30 entries" which means there are at least 30 more entries 
in the first place, you should see them.

Actual result:
--------------
It says "no bugs found".

Fucking pathetic.

Now don't get surprised if I report a bug that has already been reported.


------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=77971&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to