Last modified: 2014-04-22 08:47:23 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 T62040, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 60040 - Include redirects probably should be the default when searching
Include redirects probably should be the default when searching
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Search (Other open bugs)
1.23.0
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-14 14:56 UTC by Nik Everett
Modified: 2014-04-22 08:47 UTC (History)
2 users (show)

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


Attachments

Description Nik Everett 2014-01-14 14:56:25 UTC
Include redirects probably should be the default when searching.  This doesn't matter for lsearchd/mwsearch too much because they ignore the checkbox.  Cirrus doesn't.  If it isn't checked cirrus won't search redirects or make suggestions based on redirects.
Comment 1 Chad H. 2014-02-17 05:18:19 UTC
Doesn't it already?

// Redirects defaults to true, but we don't know whether it was ticked of or just missing
$default = $request->getBool( 'profile' ) ? 0 : 1;
$this->searchRedirects = $request->getBool( 'redirs', $default ) ? 1 : 0;
Comment 2 Chad H. 2014-04-22 08:47:23 UTC
It is the default now. They're always included. I removed the checkbox entirely.

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


Navigation
Links