1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 06:52:55 +08:00

Merge pull request #796 from peppy/allow-searching-author

Add support for searching beatmap author at song select
This commit is contained in:
Dan Balasescu 2017-05-19 15:10:03 +09:00 committed by GitHub
commit a43b122914

View File

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