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

LANGUAGE Chinese does not allow searching values with - or escaping it #690

Closed
K-Jo opened this issue May 5, 2019 · 0 comments
Closed
Assignees
Labels
Projects

Comments

@K-Jo
Copy link
Collaborator

K-Jo commented May 5, 2019

For example, with LANGUAGE English:
"FT.AGGREGATE" "tryEnglish" "@ProductCode:ABC-123" "GROUPBY" ... does find product

For example, with LANGUAGE Chinese:
"FT.AGGREGATE" "tryChinese" "@ProductCode:ABC-123" "GROUPBY" ... does not find product

Now with LANGUAGE Chinese with wildcard:
"FT.AGGREGATE" "tryChinese" "@ProductCode:ABC?123" "GROUPBY" ... does find product

@K-Jo K-Jo added the c:bug label May 5, 2019
@K-Jo K-Jo added this to To do in 1.6 May 5, 2019
@gkorland gkorland assigned mnunberg and unassigned gkorland May 6, 2019
@mnunberg mnunberg moved this from To do to Pending PR/Merge in 1.6 Jun 29, 2019
1.6 automation moved this from Pending PR/Merge to Done Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
1.6
  
Done
Development

No branches or pull requests

3 participants