merged
albinotonnina/echos ⢠9:48 PM - Apr 7, 2026
We've added a new hotness scoring layer to the hybrid search pipeline to prioritize frequently accessed and recently used notes. The implementation tracks retrieval counts and timestamps in a new SQLite table and applies a sigmoid-based boost during search, which includes a temporal decay factor to ensure relevance stays current. This feature is enabled by default but can be toggled off via SearchOptions if needed.

