perfectra1n
334c7dd27a
Merge branch 'main' into feat/rice-searching-with-sqlite
...
Resolved conflicts by:
- Combining imports from both branches in search.ts (added
hoistedNoteService and beccaService alongside existing ftsSearchService
and log imports)
- Integrating FTS5 search optimization from feature branch with flatText
attribute search logic from main in note_content_fulltext.ts
- Maintained backward compatibility by keeping fallback search
implementation for cases where FTS5 is not available or not suitable
2025-11-16 14:23:01 -08:00
Elian Doran
1257e46852
chore(client): review from Gemini
2025-11-09 15:10:40 +02:00
perf3ct
942647ab9c
fix(search): get rid of exporting dbConnection
2025-11-04 14:47:46 -08:00
Jon Fuller
d992a5e4a2
Merge branch 'main' into feat/rice-searching-with-sqlite
2025-10-24 09:18:11 -07:00
Elian Doran
b394fb1e86
fix(demo): geomap incorrect
2025-09-15 19:29:00 +03:00
Elian Doran
9c8b0611ea
refactor: add typesafety to TaskContext
2025-09-13 13:44:23 +03:00
Elian Doran
d6e6e78acc
chore(server): improve & translate DB not initialized message
2025-09-12 12:49:25 +03:00
Elian Doran
08a600167a
chore(server): integrate DB size into startup info
2025-09-12 12:27:41 +03:00
perf3ct
58c225237c
feat(search): try a ground-up sqlite search approach
2025-09-03 00:34:55 +00:00
perf3ct
0afb8a11c8
Revert "feat(search): try to deal with huge dbs, might need to squash later"
...
This reverts commit 37d0136c50 .
2025-09-02 19:24:46 +00:00
perf3ct
37d0136c50
feat(search): try to deal with huge dbs, might need to squash later
2025-09-01 04:33:10 +00:00
Elian Doran
aefa2315b7
fix(server/test): yet another cyclic import issue due to becca_loader
2025-07-30 09:19:02 +03:00
Elian Doran
5bc4bdaeef
fix(server/test): problematic cyclic dependency
2025-07-30 08:38:06 +03:00
FliegendeWurst
5acdb698bb
fix(server): don't optimize database in read-only mode
2025-05-24 17:35:52 +02:00
Elian Doran
b2af043110
chore(nx/server): move source code
2025-04-22 17:16:41 +03:00
Elian Doran
62dbcc0a2e
chore(nx): move all monorepo-style in subfolder for processing
2025-04-22 10:06:06 +03:00
Elian Doran
a59954eb17
chore(monorepo/server): rows import
2025-04-18 12:34:27 +03:00
Elian Doran
5058891af8
chore(monorepo/server): move server-side source code
2025-04-18 12:09:56 +03:00