Skip to content

Commit

Permalink
Merge pull request ppy#10230 from agatemosu/beatmap-search
Browse files Browse the repository at this point in the history
Add `updated` filter to `Beatmap search`
  • Loading branch information
Hiviexd authored Oct 20, 2023
2 parents fdac5dd + 96c85f4 commit 180b417
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions wiki/Beatmap_search/de.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
outdated_since: 6fa6a6ad42738cb1eb8b72d452c536ee3b3ecbe5
outdated_translation: true
tags:
- find beatmaps
- filter beatmaps
Expand Down
3 changes: 2 additions & 1 deletion wiki/Beatmap_search/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Beatmap metadata fields can be compared against specific values for more granula
| `key`, `keys` | Number of keys (osu!mania and converted beatmaps only) |
| `status` | Beatmap status. Value can be `ranked`, `approved`, `pending`, `notsubmitted`, `unknown`, or `loved`, or `r`/`a`/`p`/`n`/`u`/`l` for short. |
| `created` | Beatmap creation date |
| `updated` | Beatmap last update date |
| `ranked` | Beatmap ranking/approval date |

## Client (lazer)[^lazer-filters]
Expand Down Expand Up @@ -114,5 +115,5 @@ ranked>=2010-08 ranked<2010-11 creator=Natteke

## References

[^website-filters]: [osu!web source code](https://github.com/ppy/osu-web/blob/67c59d69fcdbd07d44984707058bc1193535898f/app/Libraries/Search/BeatmapsetQueryParser.php)
[^website-filters]: [osu!web source code](https://github.com/ppy/osu-web/blob/a61a75f016eb1cac61e3c4da5e472a31e9ed57b0/app/Libraries/Search/BeatmapsetQueryParser.php)
[^lazer-filters]: [osu!(lazer) source code](https://github.com/ppy/osu/blob/270c03235d280ccca3aecea776fb9517635ed695/osu.Game/Screens/Select/FilterQueryParser.cs)
2 changes: 2 additions & 0 deletions wiki/Beatmap_search/es.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
outdated_since: 6fa6a6ad42738cb1eb8b72d452c536ee3b3ecbe5
outdated_translation: true
tags:
- find beatmaps
- filter beatmaps
Expand Down
2 changes: 2 additions & 0 deletions wiki/Beatmap_search/ru.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
outdated_since: 6fa6a6ad42738cb1eb8b72d452c536ee3b3ecbe5
outdated_translation: true
tags:
- find beatmaps
- filter beatmaps
Expand Down

0 comments on commit 180b417

Please sign in to comment.