[PR #2187] [CLOSED] fix: update tag mapping to return normalized tags instead of original tags in connectTags function #2020

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2187
Author: @giacomocerquone
Created: 11/29/2025
Status: Closed

Base: mainHead: fix/tags_normalization


📝 Commits (2)

  • dd06d4a fix: update tag mapping to return normalized tags instead of original tags in connectTags function
  • 69d9c22 use originalTag.toLowerCase()

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 apps/workers/workers/inference/tagging.ts (+1 -1)

📄 Description

See #1578

UPDATE:

Tested on my machine, probably it's just better to do t.originalTag.toLowerCase() than getting the normalized one otherwise spaces will be removed etc. etc.


🔄 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/2187 **Author:** [@giacomocerquone](https://github.com/giacomocerquone) **Created:** 11/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/tags_normalization` --- ### 📝 Commits (2) - [`dd06d4a`](https://github.com/karakeep-app/karakeep/commit/dd06d4aab78263154592e2e9ff82bfd525384af1) fix: update tag mapping to return normalized tags instead of original tags in connectTags function - [`69d9c22`](https://github.com/karakeep-app/karakeep/commit/69d9c22f19e13e7d90be81a9961fdbfe5a905faa) use originalTag.toLowerCase() ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/workers/workers/inference/tagging.ts` (+1 -1) </details> ### 📄 Description See #1578 UPDATE: Tested on my machine, probably it's just better to do `t.originalTag.toLowerCase()` than getting the normalized one otherwise spaces will be removed etc. etc. --- <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:13 +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#2020
No description provided.