[PR #2731] [CLOSED] Search category autocomplete includes group category #53785

Closed
opened 2026-04-30 22:47:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2731
Author: @Wizmaster
Created: 5/8/2024
Status: Closed

Base: masterHead: feature/category-group-autocomplete


📝 Commits (1)

  • 6c08db7 Search by Category Including Subcategory

📊 Changes

5 files changed (+53 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+7 -1)
packages/desktop-client/src/components/settings/Autocomplete.tsx (+38 -0)
📝 packages/desktop-client/src/components/settings/index.tsx (+2 -0)
📝 packages/loot-core/src/types/prefs.d.ts (+1 -0)
upcoming-release-notes/2731.md (+5 -0)

📄 Description

Resolve #2324

Reading the discussion on #1681 and #1767, I understand that people either want the category autocomplete to consider group names when searching or not. (I happen to be in the group wishing for it to match group names 😄)

I added a new option switch to have the category autocomplete match on category group names.

It can be tested on the test budget, the option is in the application settings and using the "Bills" category group name in the category autocomplete demonstrates it.


🔄 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/actualbudget/actual/pull/2731 **Author:** [@Wizmaster](https://github.com/Wizmaster) **Created:** 5/8/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/category-group-autocomplete` --- ### 📝 Commits (1) - [`6c08db7`](https://github.com/actualbudget/actual/commit/6c08db710eb6eb6346aa7bcac44a7a8dbdca4880) Search by Category Including Subcategory ### 📊 Changes **5 files changed** (+53 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+7 -1) ➕ `packages/desktop-client/src/components/settings/Autocomplete.tsx` (+38 -0) 📝 `packages/desktop-client/src/components/settings/index.tsx` (+2 -0) 📝 `packages/loot-core/src/types/prefs.d.ts` (+1 -0) ➕ `upcoming-release-notes/2731.md` (+5 -0) </details> ### 📄 Description Resolve #2324 Reading the discussion on #1681 and #1767, I understand that people either want the category autocomplete to consider group names when searching or not. (I happen to be in the group wishing for it to match group names 😄) I added a new option switch to have the category autocomplete match on category group names. It can be tested on the test budget, the option is in the application settings and using the "Bills" category group name in the category autocomplete demonstrates it. <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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-04-30 22:47:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#53785