Skip to content

Commit da507e4

Browse files
authored
Merge pull request #4113 from DamianMaslanka5/fix-operators-link
Fix operators link in the sidebar menu
2 parents 828a4f8 + 080969e commit da507e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/settings/experimental-settings.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WITH
1111
format('[{}](/operations/settings/settings#{})', name, name) AS Name,
1212
format('`{}`', default) AS Default
1313
FROM system.settings
14-
WHERE tier = 'Experimental' AND alias_for='' AND name NOT LIKE 'allow_experimental_inverted_index'
14+
WHERE tier = 'Experimental' AND alias_for=''
1515
),
1616
experimental_mergetree_settings AS
1717
(

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ const sidebars = {
544544
{
545545
type: "category",
546546
label: "Operators",
547+
link: { type: "doc", id: "sql-reference/operators/index" },
547548
items: [
548549
{
549550
type: "autogenerated",

0 commit comments

Comments
 (0)