Fix FTS search for path punctuation #12

Merged
ilia merged 2 commits from fix/fts-search-punctuation into main 2026-08-11 08:54:10 -05:00
Showing only changes of commit f57ac62c3a - Show all commits
+2 -2
View File
@@ -122,8 +122,8 @@ maCopy/
|---|---|
| `npm run tauri dev` | Run in development mode with hot reload |
| `npm run tauri build` | Build a release `.app` bundle |
| `npm test` | Run frontend tests (Vitest, ~60 tests) |
| `npm run test:rust` | Run Rust backend tests (~52 tests) |
| `npm test` | Run frontend tests (Vitest, ~72 tests) |
| `npm run test:rust` | Run Rust backend tests (~67 tests) |
| `npm run test:all` | Run all tests (frontend + backend) |
| `npm run lint` | TypeScript type-check |
| `npm run check` | Lint + all tests |