Page MenuHomePhabricator

Completion suggester should allow searching for last names (of people)
Closed, DuplicatePublic

Description

Searching for Nixon doesn't bring up the most obvious NIxon page, whereas Richard does bring him up. Presumably that's because we only index on the page title as it is. For names, would it be possible to index "Nixon Richard" as well? This would also help with searches for Obama, Kennedy, etc.

I don't know if it's possible to know that a title is a person's name. Nor whether it would cause problems for names in languages/cultures that don't follow the "Given1 Given2 Family1 Family2" pattern.

More generally, should a search for Monument bring up the Washington Monument? That should probably be a separate suggestion.

Event Timeline

ksmith raised the priority of this task from to Needs Triage.
ksmith updated the task description. (Show Details)
ksmith added a project: Discovery-ARCHIVED.
ksmith subscribed.
Deskana subscribed.

This would essentially be solved by T145427; "Lastname, Firstname" is the defaultsort entry for biographies about people. Merging this in to that.