SurfSense/surfsense_backend/app
CREDO23 9b838ec015 fix(linear): use .astext for JSONB text extraction in _resolve_issue
cast(document_metadata["key"], String) generates CAST(col->'key' AS TEXT)
which preserves JSON string quotes (e.g. '"Fix login bug"'), causing
case-insensitive comparisons to never match.

Replace with .astext which generates the ->> operator (unquoted text
extraction), making issue lookups by title and identifier work correctly.
2026-02-19 15:47:40 +02:00
..
agents fix: guard empty update_issue call and unify delete_from_kb naming 2026-02-19 15:22:36 +02:00
config feat: fixed and improved search and background task management. 2026-02-09 14:03:56 -08:00
connectors fix: guard empty update_issue call and unify delete_from_kb naming 2026-02-19 15:22:36 +02:00
prompts Added chat renaming and auto naming by the active LLM 2026-02-03 20:47:18 -05:00
retriever roadmap(1.3): Update citation prompt to use new whole document structure 2025-12-14 22:07:31 -08:00
routes feat: update Celery worker configuration and improve connector deletion process 2026-02-16 00:07:23 -08:00
schemas Merge upstream/dev into feature/human-in-the-loop 2026-02-13 20:17:59 +02:00
services fix(linear): use .astext for JSONB text extraction in _resolve_issue 2026-02-19 15:47:40 +02:00
tasks feat(linear): disable linear tools when no connector, handle in streaming 2026-02-18 18:49:03 +02:00
utils Implement KB sync after Notion page updates with block ID verification 2026-02-17 20:30:12 +02:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py chore: linting 2026-02-16 23:30:35 -08:00
celery_app.py feat: update Celery worker configuration and improve connector deletion process 2026-02-16 00:07:23 -08:00
db.py chore: ran linting 2026-02-13 02:43:26 +05:30
users.py refactor: update authentication error handling to prevent user enumeration and improve error messages 2026-02-09 12:57:32 +05:30