mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
fix(labrinth): fix filtering not working unless breakdown set to same field (#6608)
* fix(labrinth): return columns used in filters fixes modrinth/code#6607 * chore(labrinth): sqlx query data update * don't implicitly breakdown when filtering by a metric * fix docs --------- Co-authored-by: aecsocket <43144841+aecsocket@users.noreply.github.com>
This commit is contained in:
co-authored by
aecsocket
parent
e1556a8ee3
commit
7c4df7442b
@@ -97,7 +97,7 @@ If you're prepared to contribute by submitting a pull request, ensure you have m
|
||||
|
||||
- `cargo fmt --all` has been run.
|
||||
- `cargo clippy --all-targets` has been run.
|
||||
- `cargo sqlx prepare` has been run.
|
||||
- `cargo sqlx prepare -- --tests` has been run.
|
||||
|
||||
> Note: If you encounter issues with `sqlx` saying 'no queries found' after running `cargo sqlx prepare`, you may need to ensure the installed version of `sqlx-cli` matches the current version of `sqlx` used [in labrinth](https://github.com/modrinth/labrinth/blob/master/Cargo.toml).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user