Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
type: string
default: "undefined"

arangodb-4_0:
arangodb-3_13:
type: string
default: "undefined"

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

python3 generate_config.py \
--workflow << pipeline.parameters.workflow >> \
--arangodb-branches << pipeline.parameters.arangodb-3_10 >> << pipeline.parameters.arangodb-3_11 >> << pipeline.parameters.arangodb-3_12 >> << pipeline.parameters.arangodb-4_0 >> \
--arangodb-branches << pipeline.parameters.arangodb-3_10 >> << pipeline.parameters.arangodb-3_11 >> << pipeline.parameters.arangodb-3_12 >> << pipeline.parameters.arangodb-3_13 >> \
--arangodb-branch << pipeline.parameters.arangodb-branch >> \
--release-type << pipeline.parameters.release-type >> \
--docs-version << pipeline.parameters.docs-version >> \
Expand Down
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
- 3.10:
- 3.11:
- 3.12:
- 4.0:
- 3.13:
2 changes: 1 addition & 1 deletion site/content/4.0/_index.md → site/content/3.13/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Recommended Resources
menuTitle: '4.0'
menuTitle: '3.13'
weight: 0
layout: default
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >-
aliases:
- ../../introduction/features/highlights-by-version
---
## Version 4.0
## Version 3.13

**All Editions**

Expand All @@ -18,7 +18,7 @@ aliases:

-

Also see [What's New in 4.0](../../release-notes/version-4.0/whats-new-in-4-0.md).
Also see [What's New in 3.13](../../release-notes/version-3.13/whats-new-in-3-13.md).

## Version 3.12

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ i.e. range queries in SEARCH operations against Views will not follow the
language rules as per the defined Analyzer locale (except for the
[`collation` Analyzer](../../index-and-search/analyzers.md#collation)) nor the server language
(startup option `--default-language`)!
Also see [Known Issues](../../release-notes/version-4.0/known-issues-in-4-0.md#arangosearch).
Also see [Known Issues](../../release-notes/version-3.13/known-issues-in-3-13.md#arangosearch).
{{< /warning >}}

There is a corresponding [`IN_RANGE()` Miscellaneous Function](miscellaneous.md#in_range)
Expand Down Expand Up @@ -781,7 +781,7 @@ i.e. range queries in SEARCH operations against Views will not follow the
language rules as per the defined Analyzer locale (except for the
[`collation` Analyzer](../../index-and-search/analyzers.md#collation)) nor the server language
(startup option `--default-language`)!
Also see [Known Issues](../../release-notes/version-4.0/known-issues-in-4-0.md#arangosearch).
Also see [Known Issues](../../release-notes/version-3.13/known-issues-in-3-13.md#arangosearch).
{{< /warning >}}

There is a corresponding [`STARTS_WITH()` String function](string.md#starts_with)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ i.e. range queries in SEARCH operations against Views will not follow the
language rules as per the defined Analyzer locale (except for the
[`collation` Analyzer](../../index-and-search/analyzers.md#collation)) nor the server language
(startup option `--default-language`)!
Also see [Known Issues](../../release-notes/version-4.0/known-issues-in-4-0.md#arangosearch).
Also see [Known Issues](../../release-notes/version-3.13/known-issues-in-3-13.md#arangosearch).
{{< /warning >}}

### Array comparison operators
Expand Down
File renamed without changes.
Loading