-
Notifications
You must be signed in to change notification settings - Fork 8
DOC-677 | 3.12.0 release #501
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
Conversation
From 3.12 onward, there is no 3.12 version branch but only release branches 3.12.0 etc., but for 3.10 and 3.11, we should also use the release branch to avoid discrepancies between the release build and the version branch HEAD
|
Deploy Preview Available Via |
|
|
||
| The [`collation` Analyzer](../../index-and-search/analyzers.md#collation) lets | ||
| you adhere to the alphabetic order of a language in range queries. For example, | ||
| using a Swedish locale (`sv`), the sorting order is `å` after `z`, whereas using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| using a Swedish locale (`sv`), the sorting order is `å` after `z`, whereas using | |
| using a Swedish locale (`sv`), the sorting order is `å` after `a`, whereas using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MBkkt It's actually abc...xyzåäö, see https://en.wikipedia.org/wiki/Swedish_alphabet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, but your example isn't clear, you can use same letters for different locales
|
|
||
| The [`collation` Analyzer](../../index-and-search/analyzers.md#collation) lets | ||
| you adhere to the alphabetic order of a language in range queries. For example, | ||
| using a Swedish locale (`sv`), the sorting order is `å` after `z`, whereas using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| using a Swedish locale (`sv`), the sorting order is `å` after `z`, whereas using | |
| using a Swedish locale (`sv`), the sorting order is `å` after `a`, whereas using |
site/content/4.0/release-notes/version-3.12/incompatible-changes-in-3-12.md
Outdated
Show resolved
Hide resolved
site/content/3.12/release-notes/version-3.12/incompatible-changes-in-3-12.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Valery Mironov <32071355+MBkkt@users.noreply.github.com>
Description
Upstream PRs