Page MenuHomePhabricator

merge "Disable AJAX suggestions" and "Enable enhanced search suggestions"
Closed, InvalidPublic

Description

In MediaWiki there are two preferences: "Disable AJAX suggestions" and "Enable enhanced search suggestions (Vector skin only)".

They are problematic for several reasons:

Most average users don't know what AJAX is. This word just shouldn't be there. It should be just called "search suggestions".

The first option says "Disable", but the second one says "Enable". It's confusing - both should say "Enable". "Disable AJAX suggestions" should become "Enable search suggestions", and the value of the checkbox must be reversed for all users.

But better yet, the two options should be merged into one. "Disable AJAX suggestions" doesn't seem to do anything useful in Vector, no matter whether it's checked or not, and "Enable enhanced search suggestions (Vector skin only)", as its name implies is relevant only for Vector. Separating them may have been useful in the early days of Vector, but now that a year after the rollout Vector is rather stable, this doesn't seem to be useful any more.


Version: unspecified
Severity: enhancement

Details

Reference
bz28324

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:26 PM
bzimport set Reference to bz28324.
bzimport added a subscriber: Unknown Object (MLST).

MWSuggest was dropped and SimpleSearch is now universal. Anyone want to double check that the change fixed this bug?

Which of the two preference keys (not the UI label) should we preserve and should be add a step in the Updater to migrate values?

(For large clusters that don't use update.php we can use maintenance/userOptions.php)

Amir: Could you answer comment 2 please?

Amir: Could you answer comment 2 please?

(In reply to comment #2)

Which of the two preference keys (not the UI label) should we preserve and
should be add a step in the Updater to migrate values?

We should probably remove mwsuggest-disable completely.

Vector-simplesearch-preference should be renamed to "Enable search suggestions".

All that said, Vector-simplesearch-preference doesn't seem to have any effect: I tried unchecking it on Wikipedia and on my test wiki, and I still see search suggestions.

Mainframe98 edited subscribers, added: Mainframe98; removed: wikibugs-l-list.

None of these preferences or messages exist anymore and searchsuggest is the unconditional default now.

Closing as invalid as these seem to have changed elsewhere through another task.