mihusolutions / googlebugs

Automatically exported from code.google.com/p/googlebugs
0 stars 0 forks source link

Google Bug: Operators/Combination of Operators Search on Google Search Engine. #673

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Google Bug: Operators/Combination of Operators Search on Google Search Engine.

Description:
Whenever we search an individual operator and combination of operators on 
Google search engine, then it is not displaying any result and giving a warning 
message – “Your search did not match any documents. Suggestions: Try 
different keywords.” but it should display some result on searching any 
keyword which is already present in some documents/web pages on Goolgle.
Steps to reproduce:
Step 1. Go to Google Search Engine.

Step 2. Search Operators/Combination of operators as shown below:

Keyword: Operator

1.  “*”

Result: Your search - * - did not match any documents.
Suggestions:
Try different keywords.
but it should display some result on searching any keyword which is already 
present in some documents/web pages on Goolgle.

2.  “++”

Result: Your search - ++ - did not match any documents.
Suggestions:
Try different keywords.
but it should display some result on searching any keyword which is already 
present in some documents/web pages on Goolgle.

3.  “+-“

Result: Your search - +- - did not match any documents.
Suggestions:
Try different keywords.
but it should display some result on searching any keyword which is already 
present in some documents/web pages on Goolgle.

Keyword: Operator with character 

1.  “a  *”

Result:  It displays the resultset.
Bug related to this Scenario:
Check the scenario when we search keyword “a  ++”, it is displaying result 
set as shown below:

But here when we exactly search the keyword “a  *”, then it should return 
the same result as its first row.

2.  “a  ++”

Result:  It displays the resultset.

3.  “a  +-“

Result:  It displays the resultset.

Keyword: 2 Operators with space 

1.  “+ +”

Result: Your search - +  + - did not match any documents.
Suggestions:
Try different keywords.
but it should display some result on searching any keyword which is already 
present in some documents/web pages on Goolgle.

2.   “+ -“

Result: Your search - +  - - did not match any documents.
Suggestions:
Try different keywords.
but it should display some result on searching any keyword which is already 
present in some documents/web pages on Goolgle.

Impact:

If a user  wants to search these operators which are already present in 
documents/webpages but it is still not displaying the result. It can affect 
Google users who are interested in subjects which involve the usage of 
Mathematics.

Original issue reported on code.google.com by abhishek...@gmail.com on 21 Feb 2015 at 5:35