Skip to content

Commit

Permalink
fix: do not order artists
Browse files Browse the repository at this point in the history
causes jumps as we scroll
  • Loading branch information
lydavid committed May 20, 2024
1 parent 86fa38d commit 4c5e463
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,4 @@ AND (
a.gender LIKE :query OR
a.country_code LIKE :query
)
ORDER BY a.begin, a.end, a.name
LIMIT :limit OFFSET :offset;

0 comments on commit 4c5e463

Please sign in to comment.