Bug #46457 Search does not work for 5.4 pages
Submitted: 29 Jul 2009 17:51 Modified: 3 Aug 2009 14:18
Reporter: Omer Barnir (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: Stefan Hinz CPU Architecture:Any

[29 Jul 2009 17:51] Omer Barnir
Description:
When in the 5.4 main documentation page 
http://dev.mysql.com/doc/refman/5.4/en/index.html
searching for a term (i.e. 'create table') fails with a returned page of:
http://search.mysql.com/search?site=refman-54&q=create+table&lr=lang_en

 Search  	 Search took 0.02 seconds.

Your search - create table - did not match any documents.
No pages were found containing "create table".

Suggestions:

    * Make sure all words are spelled correctly.
    * Try different keywords.
    * Try more general keywords.

The same search when starting on the 5.1 main page works
http://search.mysql.com/search?site=refman-51&q=create+table&lr=lang_en

Search  	 Results 1 - 4 of about 1160 for create table. Search took 0.04 seconds.
	
Sort by date / Sort by relevance
Narrow your search
Loading...

    * create table statement
    * mysql create table
    * alter table
    * create table int
    * show create table
    * drop table
    * section create table syntax
    * create database
    * create table alter
    * create procedure

MySQL :: MySQL 5.1 Reference Manual :: 12.1.17 CREATE TABLE Syntax
... MySQL 5.1 Reference Manual :: 12 SQL Statement Syntax :: 12.1 Data Definition
Statements :: 12.1.17 CREATE TABLE Syntax. ... 12.1.17. CREATE TABLE Syntax. ...
dev.mysql.com/doc/refman/5.1/en/create-table.html

    MySQL :: MySQL 5.1 Reference Manual :: 13.11.2 How to Create ...
    ... CREATE TABLE test_table ( id INT(20) NOT NULL AUTO_INCREMENT, name VARCHAR(32) NOT
    NULL DEFAULT '', other INT(20) NOT NULL DEFAULT '0', PRIMARY KEY (id), INDEX ...
    dev.mysql.com/doc/refman/5.1/en/federated-create.html
    [ More results from dev.mysql.com/doc/refman/5.1 ] 

< cut >

How to repeat:
Goto http://dev.mysql.com/doc/refman/5.4/en/index.html
type 'create table' (no quotes) in the search and click OK

Note: The above is demonstrated with 'create table' but is observed with other search strings as well

Suggested fix:
Make the search work

Workaround:
Search from the 5.1 page, once you find your page, click on the 5.4 link on the top left (blue area)
[3 Aug 2009 14:18] Stefan Hinz
Thank you for your bug report. This issue has already been fixed; searching the 5.4 Manual works flawlessly now.