mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
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. |
||
|---|---|---|
| .. | ||
| linear | ||
| notion | ||
| __init__.py | ||
| chat_comments_service.py | ||
| chat_session_state_service.py | ||
| composio_service.py | ||
| connector_service.py | ||
| docling_service.py | ||
| image_gen_router_service.py | ||
| kokoro_tts_service.py | ||
| llm_router_service.py | ||
| llm_service.py | ||
| new_streaming_service.py | ||
| notification_service.py | ||
| page_limit_service.py | ||
| public_chat_service.py | ||
| reranker_service.py | ||
| stt_service.py | ||
| task_logging_service.py | ||