mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
Fix token separators in game version search (#6435)
* Fix token separators in game version search * fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user