Skip to content

Conversation

@Simran-B
Copy link
Contributor

Description

  • KI for inverted index progress
  • Define what hidden indexes are
  • collation Analyzer breaking change
  • CircleCI: releases should be compiled from release instead of version branch

Upstream PRs

  • 3.10:
  • 3.11:
  • 3.12:
  • 4.0:

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
@arangodb-docs-automation
Copy link
Contributor

Deploy Preview Available Via
https://deploy-preview-501--docs-hugo.netlify.app

@cla-bot cla-bot bot added the cla-signed label Mar 21, 2024
@Simran-B Simran-B self-assigned this Mar 21, 2024
@Simran-B Simran-B requested a review from ansoboleva March 21, 2024 12:09
@Simran-B Simran-B added this to the 3.12 milestone Mar 21, 2024
@Simran-B Simran-B requested review from KVS85 and MBkkt March 21, 2024 12:09

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Contributor Author

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

Copy link
Contributor

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
Copy link
Contributor

@MBkkt MBkkt Mar 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Co-authored-by: Valery Mironov <32071355+MBkkt@users.noreply.github.com>
@ansoboleva ansoboleva merged commit a1f6a39 into main Mar 23, 2024
@ansoboleva ansoboleva deleted the release-3.12.0 branch March 23, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants