etternagame / etterna

Advanced cross-platform rhythm game focused on keyboard play
https://etternaonline.com/
MIT License
474 stars 132 forks source link

group= search option added #1268

Closed SauceBucket closed 11 months ago

SauceBucket commented 11 months ago

Added search option for Til'death and Rebirth to sort by pack/groups. Modified the logic for Til'death to support more than 4 search options. Added a ExplainSuperSearch section for new players that prefer Til'Death since there was room in the search window.

As for the modified logic, we did not need a bitflag to determine which songs to add on to the stack. The most common and sane use case would be one to two searches added together max. Also with the new implementation, it would be very easy to add AND searching functionality or new search parameters.