Skip to content

Commit

Permalink
Merge pull request #11236 from Walavouchey/search-status
Browse files Browse the repository at this point in the history
Update `Beatmap search` with lazer's multi-valued beatmap status filtering
  • Loading branch information
Hiviexd committed Apr 14, 2024
2 parents fed3f56 + 0d0eb97 commit e2dacdc
Show file tree
Hide file tree
Showing 5 changed files with 15 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
Expand Up @@ -7,6 +7,8 @@ tags:
- website search
- Beatmaps suchen
- Beatmaps finden
outdated_translation: true
outdated_since: b109605a360c0b1751daa1f9fabf8bdbe8c9b6b9
---

# Beatmap-Suche
Expand Down
8 changes: 7 additions & 1 deletion wiki/Beatmap_search/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Beatmap metadata fields can be compared against specific values for more granula
| `bpm` | [Song tempo](/wiki/Music_theory/Tempo) |
| `length` | [Play time](/wiki/Beatmap/Play_time) in seconds |
| `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. |
| `status` | Beatmap status. Value can be `ranked`, `approved`, `pending`, `notsubmitted`, `unknown`, or `loved`, or `r`/`a`/`p`/`n`/`u`/`l` for short. Allows multiple values separated by commas (`,`) |
| `played`, `lastplayed` | Time since last played. Accepts a format of `#y#M#d#h#m#s`, for years, months, days, hours, minutes, and seconds respectively. For example,`2d5s` means "2 days and 5 seconds". |
| `divisor` | The denominator of the [beat snap divisor](/wiki/Client/Beatmap_editor/Beat_snap_divisor) |

Expand Down Expand Up @@ -132,6 +132,12 @@ played<2M5h
lastplayed>1y
```

(Lazer) Find Ranked and Loved beatmaps

```
status=r,l
```

## References

[^website-filters]: [osu!web source code](https://github.com/ppy/osu-web/blob/c1a5dc390634accc87c12cb2cead73c45d8e7ad5/app/Libraries/Search/BeatmapsetQueryParser.php)
Expand Down
2 changes: 2 additions & 0 deletions wiki/Beatmap_search/es.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ tags:
- filtros de beatmaps
- búsqueda del cliente
- búsqueda del sitio web
outdated_translation: true
outdated_since: b109605a360c0b1751daa1f9fabf8bdbe8c9b6b9
---

# Búsqueda de beatmaps
Expand Down
2 changes: 2 additions & 0 deletions wiki/Beatmap_search/fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ tags:
- demande de beatmaps
- client de recherche
- recherche sur le web
outdated_translation: true
outdated_since: b109605a360c0b1751daa1f9fabf8bdbe8c9b6b9
---

# Recherche des beatmaps
Expand Down
2 changes: 2 additions & 0 deletions wiki/Beatmap_search/zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ tags:
- 客户端搜索
- 网页搜索
- 筛选谱面
outdated_translation: true
outdated_since: b109605a360c0b1751daa1f9fabf8bdbe8c9b6b9
---

# 谱面搜索
Expand Down

0 comments on commit e2dacdc

Please sign in to comment.