Fix token separators in game version search (#6435)

* Fix token separators in game version search

* fix
This commit is contained in:
aecsocket
2026-06-19 15:50:02 +00:00
committed by GitHub
parent e0ea14226e
commit 50b2b9567c
2 changed files with 35 additions and 1 deletions
+3
View File
@@ -26,3 +26,6 @@
- If some steps require you to create a project/mod or version for testing, ask the user to go into the web frontend and manually create a project/version
- When using `sqlx::query` etc. always use the macro form like `sqlx::query!` or `sqlx::query_scalar!` - never the plain function form. Avoid using `query_as!`.
- Do not run `cargo test`, even for a single specific test, unless explicitly prompted to by the user, since it takes a long time to run.
- You can force a search reindex by:
- Running `cd apps/labrinth && cargo run -p labrinth -- --run-background-task index-search` (prefer this if backend is running locally)
- Hitting the force reindex admin endpoint