We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Query:
{ "query": { "bool": { } }, "sort": [ { "attribute.sortable": { "order": "asc" } } ] }
Results:
"hits": [ { "_index": "example_1", "_type": "example_1", "_id": "A2Ff26qFaV", "_score": null, "_source": { "attributes": { "attribute": "サヨ", } }, "sort": [ "サヨ" ] }, { "_index": "example_2", "_type": "example_2", "_id": "A2Ff26qFaV", "_score": null, "_source": { "attributes": { "attribute": "シヨ", } }, "sort": [ "シ" ] } ]
The sort is working on the characters in attribute field for example_1 doc but not for example_2 doc.
example_1
example_2
Observed this in 3 instances in total for these strings:
シヨ
ヲシ
シヲ
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Query:
Results:
The sort is working on the characters in attribute field for
example_1
doc but not forexample_2
doc.Observed this in 3 instances in total for these strings:
シヨ
ヲシ
シヲ
The text was updated successfully, but these errors were encountered: