Skip to content

Make search work without accents (diacritic normalization)#5

Merged
IgnacioLD merged 2 commits into
masterfrom
1-make-search-work-without-tilde-acentos
Jul 25, 2026
Merged

Make search work without accents (diacritic normalization)#5
IgnacioLD merged 2 commits into
masterfrom
1-make-search-work-without-tilde-acentos

Conversation

@IgnacioLD

Copy link
Copy Markdown
Owner

Normalizes stop names and queries with java.text.Normalizer (NFD) and strips combining marks so that typing "Angel" matches "Àngel Guimerà".

  • Pre-normalizes stop names once on load (cached in a map).
  • Uses PullToRefreshBox on Home screen (arrivals + alerts), timer-reset pattern via Channel — no extra network requests.

@IgnacioLD IgnacioLD linked an issue Jul 25, 2026 that may be closed by this pull request
@github-project-automation github-project-automation Bot moved this to Todo in Planning Jul 25, 2026
@IgnacioLD
IgnacioLD force-pushed the 1-make-search-work-without-tilde-acentos branch from bfa3ebb to 24c5744 Compare July 25, 2026 15:17
@IgnacioLD
IgnacioLD force-pushed the 1-make-search-work-without-tilde-acentos branch 3 times, most recently from 5b364bb to 97949b9 Compare July 25, 2026 15:23
@IgnacioLD IgnacioLD self-assigned this Jul 25, 2026
@IgnacioLD
IgnacioLD merged commit 98c6434 into master Jul 25, 2026
1 check passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Planning Jul 25, 2026
@IgnacioLD
IgnacioLD deleted the 1-make-search-work-without-tilde-acentos branch July 25, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Make search work without Tilde (acentos)

1 participant