Add support for searching beatmap author at song select

Resolves #792
This commit is contained in:
Dean Herbert
2017-05-19 13:13:27 +09:00
parent 9b8d7745c7
commit c51d640241

View File

@ -26,6 +26,7 @@ namespace osu.Game.Database
public string[] SearchableTerms => new[]
{
Author,
Artist,
ArtistUnicode,
Title,