Last modified: 2010-05-15 15:59:52 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T14627, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12627 - pre-built search returns no matches
pre-built search returns no matches
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Search (Other open bugs)
1.11.x
PC All
: Normal major with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://filop.pl/
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-01-14 17:43 UTC by Robert Pilawski
Modified: 2010-05-15 15:59 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Robert Pilawski 2008-01-14 17:43:12 UTC
Hi.

At the end of 2007 I installed MW 1.11.0 at home.pl servers. It uses PHP 5.2.1 (ucgi5) and MySQL 5.0.33-log. Home.pl is using their own IdeaWebServer software instead of Apache. Pre-built search is returning no matches, though I already have some content.

I tried to install GoogleSiteSearch, but it returns something like (before and after entering Google AdSense code in LocalSetting.php):

<searchfulltext> [search field]

And there is nothing more I can do, it gets me back to this page whatever I enter there. What should I do? I readed about some search server in old bug reports, but so small installation shouldn't have it separately (maybe, I don't know).
Comment 1 Brion Vibber 2008-05-19 17:49:39 UTC
This is a problem with your URL rewrite rules; they're removing query string information.
Comment 2 Robert Pilawski 2008-05-20 01:36:17 UTC
Thanks!

Changing

RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L]

to

RewriteRule ^wiki/?(.*)$ /w/index.php?title=$1 [L,QSA]

made it working again.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links