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:
commit
a43b122914
@ -26,6 +26,7 @@ namespace osu.Game.Database
|
|||||||
|
|
||||||
public string[] SearchableTerms => new[]
|
public string[] SearchableTerms => new[]
|
||||||
{
|
{
|
||||||
|
Author,
|
||||||
Artist,
|
Artist,
|
||||||
ArtistUnicode,
|
ArtistUnicode,
|
||||||
Title,
|
Title,
|
||||||
|
Loading…
Reference in New Issue
Block a user