php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50350 Wrong search results' count
Submitted: 2009-12-01 12:12 UTC Modified: 2009-12-01 16:08 UTC
From: imkeyn at mail dot ru Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: imkeyn at mail dot ru
New email:
PHP Version: OS:

 

 [2009-12-01 12:12 UTC] imkeyn at mail dot ru
Description:
------------
Search results' count is wrong for 'CLIENT_IP' in 'all php.net sites'

(or try to find 'HTTP_CLIENT_IP' in 'all php.net sites' - the count is also incorrect)



Reproduce code:
---------------
http://ru.php.net/results.php?q=CLIENT_IP&start=30&p=all&l=en

Expected result:
----------------
Showing results 31 to 31 of 31

Actual result:
--------------
Showing results 31 to 30 of 30

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-12-01 16:08 UTC] danbrown@php.net
The search is actually run externally through Yahoo!, and like most of 
the very large-index search engines (Yahoo!, Google, MSN, etc.), the 
results count will skew and vary widely with each search.  In fact, I 
tried on us3.php.net and ru2.php.net and received two completely 
different results than you mentioned herein, and a second search for the 
exact same term on ru2 gave me yet another.

This is an unfortunate - but expected - side-effect of using a major 
search engine to catalog and search the site.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC