[PR #1032] [MERGED] Fix ambiguous description search #3092

Closed
opened 2026-03-22 14:30:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1032
Author: @kolaente
Created: 6/26/2025
Status: Merged
Merged: 6/26/2025
Merged by: @kolaente

Base: mainHead: codex/investigate-and-fix-issue-1025


📝 Commits (1)

  • c8ab504 test: relocate search regression

📊 Changes

2 files changed (+19 additions, -1 deletions)

View changed files

📝 pkg/models/task_collection_subtasks_move_test.go (+18 -0)
📝 pkg/models/task_search.go (+1 -1)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1025

Summary

  • fully qualify description column in task search
  • add regression test for task search with expand subtasks
  • move new test into existing subtask collection test file

Testing

  • mage lint:fix
  • mage test:feature

https://chatgpt.com/codex/tasks/task_e_685c1ccd6d708322ad9c39edd07b4831


🔄 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/go-vikunja/vikunja/pull/1032 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/investigate-and-fix-issue-1025` --- ### 📝 Commits (1) - [`c8ab504`](https://github.com/go-vikunja/vikunja/commit/c8ab5044644d1c8fab2fb7b0ec66aa015c7ddeed) test: relocate search regression ### 📊 Changes **2 files changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkg/models/task_collection_subtasks_move_test.go` (+18 -0) 📝 `pkg/models/task_search.go` (+1 -1) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1025 ## Summary - fully qualify `description` column in task search - add regression test for task search with expand subtasks - move new test into existing subtask collection test file ## Testing - `mage lint:fix` - `mage test:feature` ------ https://chatgpt.com/codex/tasks/task_e_685c1ccd6d708322ad9c39edd07b4831 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:30:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#3092