[PR #2842] [MERGED] Changing the autocomplete search to accept text without accents to match options with accents #30469

Closed
opened 2026-04-18 06:49:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2842
Author: @lelemm
Created: 6/5/2024
Status: Merged
Merged: 6/11/2024
Merged by: @twk3

Base: masterHead: master


📝 Commits (6)

  • 8696956 Changing the autocomplete search to accept text without accents to match options with accents
  • 29bd12f lint fix
  • 0c35c91 Added upcoming-release-notes
  • 4fb4424 Release note authors should be a list.
  • a31861a Release note file upcoming-release-notes/2842.md body should contain exactly one line
  • e4e37a5 smaller 2842.md

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+10 -1)
upcoming-release-notes/2842.md (+6 -0)

📄 Description

category: Enhancements
authors: [lelemm]

This enhances the capability to use autocomplete for languages that use accents like Portuguese.
For example, you may have a category that has accents, but currently it will match only when you type the accent in the search string. That seems minimal, but it gets frustrating at some point.

This PR address this quality of life. When searching, it will match if you do not type the accent, and vice-versa. Check the vid bellow:

https://github.com/actualbudget/actual/assets/15043428/e478a7fa-ebc5-48c2-830c-5812786ef697


🔄 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/2842 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 6/5/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@twk3](https://github.com/twk3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`8696956`](https://github.com/actualbudget/actual/commit/8696956762eeb8efc3f4e5e2dae58bf35324755a) Changing the autocomplete search to accept text without accents to match options with accents - [`29bd12f`](https://github.com/actualbudget/actual/commit/29bd12f476d6ce9891c14bc931deaebb40523149) lint fix - [`0c35c91`](https://github.com/actualbudget/actual/commit/0c35c91d81f90f2ba3df532cd3a373558cc2ee53) Added upcoming-release-notes - [`4fb4424`](https://github.com/actualbudget/actual/commit/4fb44242b297387eca2f451ee85a076f377d5b82) Release note authors should be a list. - [`a31861a`](https://github.com/actualbudget/actual/commit/a31861a40a7297b01afb73de3e7c48b553759ffc) Release note file upcoming-release-notes/2842.md body should contain exactly one line - [`e4e37a5`](https://github.com/actualbudget/actual/commit/e4e37a57c041c3205b7b34732e3aee61069517f8) smaller 2842.md ### 📊 Changes **2 files changed** (+16 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+10 -1) ➕ `upcoming-release-notes/2842.md` (+6 -0) </details> ### 📄 Description category: Enhancements authors: [lelemm] This enhances the capability to use autocomplete for languages that use accents like Portuguese. For example, you may have a category that has accents, but currently it will match only when you type the accent in the search string. That seems minimal, but it gets frustrating at some point. This PR address this quality of life. When searching, it will match if you do not type the accent, and vice-versa. Check the vid bellow: https://github.com/actualbudget/actual/assets/15043428/e478a7fa-ebc5-48c2-830c-5812786ef697 --- <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-18 06:49:20 -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#30469