dcramer / peated

https://peated.com
Apache License 2.0
59 stars 12 forks source link

feat: Overhaul Search #180

Closed dcramer closed 3 weeks ago

dcramer commented 3 weeks ago

Switch to tsvector-based columns for entity and bottle search.

Refactor various job functionality to improve propagation of changes via workers.

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
peated-web-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2024 7:49pm
codecov[bot] commented 3 weeks ago

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

:x: Failed Test Results:

Completed 268 tests with 3 failed, 265 passed and 0 skipped.

View the full list of failed tests ## src/routes/updateTastingImage.test.ts - **Test name:** src/routes/updateTastingImage.test.ts::cannot update another user's tasting

Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
- **Test name:** src/routes/updateTastingImage.test.ts::tasting image does resize down

Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
## src/routes/updateUserAvatar.test.ts - **Test name:** src/routes/updateUserAvatar.test.ts::avatar does resize down

Error: Test timed out in 5000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".