[PR #2470] [MERGED] fix: Support nested smart lists with cycle detection #2126

Closed
opened 2026-03-02 12:00:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2470
Author: @MohamedBassem
Created: 2/9/2026
Status: Merged
Merged: 2/9/2026
Merged by: @MohamedBassem

Base: mainHead: claude/fix-nested-smart-lists-3uFkt


📝 Commits (4)

  • 34c1a3c fix: Support nested smart lists and prevent infinite loops
  • a224625 Merge branch 'main' into claude/fix-nested-smart-lists-3uFkt
  • b52daa8 fixes
  • 3839e4a fixes

📊 Changes

4 files changed (+512 additions, -27 deletions)

View changed files

📝 packages/trpc/lib/__tests__/search.test.ts (+55 -0)
📝 packages/trpc/lib/search.ts (+53 -22)
📝 packages/trpc/models/lists.ts (+22 -5)
📝 packages/trpc/routers/lists.test.ts (+382 -0)

📄 Description

Fixes #1669


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2470 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `claude/fix-nested-smart-lists-3uFkt` --- ### 📝 Commits (4) - [`34c1a3c`](https://github.com/karakeep-app/karakeep/commit/34c1a3c2c63529b92fb8115a6ea19a12dd3b9ea8) fix: Support nested smart lists and prevent infinite loops - [`a224625`](https://github.com/karakeep-app/karakeep/commit/a224625000fdbcf24f4cfba4549507a872ea1cee) Merge branch 'main' into claude/fix-nested-smart-lists-3uFkt - [`b52daa8`](https://github.com/karakeep-app/karakeep/commit/b52daa8f40c4b54cd4e89dc32b758c6f5630d211) fixes - [`3839e4a`](https://github.com/karakeep-app/karakeep/commit/3839e4a40374a93195901eef72e55fdebbf3bb8a) fixes ### 📊 Changes **4 files changed** (+512 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `packages/trpc/lib/__tests__/search.test.ts` (+55 -0) 📝 `packages/trpc/lib/search.ts` (+53 -22) 📝 `packages/trpc/models/lists.ts` (+22 -5) 📝 `packages/trpc/routers/lists.test.ts` (+382 -0) </details> ### 📄 Description Fixes #1669 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2126
No description provided.