Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the use of Chinese character search, refactor pinyin alphabet and bugfix #1545

Merged
merged 4 commits into from
Nov 20, 2022

Conversation

VictoriousRaptor
Copy link
Contributor

@VictoriousRaptor VictoriousRaptor commented Nov 16, 2022

  1. Fix Pinyin transformation does not cover query #995, can now search in Chinese even if Pinyin search is enabled
  2. Refactored Fix Pinyin transformation does not cover query#995 #1539
  3. Remove legacy pinyin database

Tests:

  • Pinyin query can search Chinese results when ShouldUsePinyin is true.
  • Chinese query can search Chinese results when ShouldUsePinyin is true.
  • Pinyin query can't search Chinese results when ShouldUsePinyin is false.
  • Chinese query can search Chinese results when ShouldUsePinyin is false.

@VictoriousRaptor VictoriousRaptor merged commit 3dceb7b into Flow-Launcher:dev Nov 20, 2022
@VictoriousRaptor VictoriousRaptor deleted the RefactorPinyin branch November 20, 2022 18:24
@jjw24 jjw24 added this to the 1.10.0 milestone Nov 23, 2022
@jjw24 jjw24 changed the title Refactor pinyin alphabet and bugfix Allow the use of Chinese character search, refactor pinyin alphabet and bugfix Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Code Refactor
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Pinyin transformation does not cover query
3 participants