Skip to content

Commit 2e4bb4e

Browse files
ran prettier to fix
ran prettier to fix
1 parent bd02e10 commit 2e4bb4e

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

versioned_docs/version-4.2/reference/sql-guide/json-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ SEARCH_JSON(
168168

169169
As seen above we execute the same name filter against the cast array, the primary difference is we are wrapping the filtered results in $count(…). As it looks this returns a count of the results back which we then use against our SQL comparator of >= 2.
170170

171-
To see further SEARCH_JSON examples in action view our Postman Collection that provides a [sample schema & data with query examples](../../developers/operations-api/advanced-json-sql-examples).
171+
To see further SEARCH_JSON examples in action view our Postman Collection that provides a [sample schema & data with query examples](../../developers/operations-api/advanced-json-sql-examples).
172172

173173
To learn more about how to build expressions check out the JSONata documentation: [https://docs.jsonata.org/overview](https://docs.jsonata.org/overview)

versioned_sidebars/version-4.5-sidebars.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
}
2121
]
2222
},
23-
{
24-
"type": "category",
25-
"label": "Foundations of Harper",
26-
"items": ["foundations/harper-architecture", "foundations/core-concepts", "foundations/use-cases"]
27-
},
23+
{
24+
"type": "category",
25+
"label": "Foundations of Harper",
26+
"items": ["foundations/harper-architecture", "foundations/core-concepts", "foundations/use-cases"]
27+
},
2828
{
2929
"type": "category",
3030
"label": "Administration",

versioned_sidebars/version-4.6-sidebars.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
}
2121
]
2222
},
23-
{
24-
"type": "category",
25-
"label": "Foundations of Harper",
26-
"items": ["foundations/harper-architecture", "foundations/core-concepts", "foundations/use-cases"]
27-
},
23+
{
24+
"type": "category",
25+
"label": "Foundations of Harper",
26+
"items": ["foundations/harper-architecture", "foundations/core-concepts", "foundations/use-cases"]
27+
},
2828
{
2929
"type": "category",
3030
"label": "Administration",

versioned_sidebars/version-4.7-sidebars.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727
]
2828
},
29-
{
30-
"type": "category",
31-
"label": "Foundations of Harper",
32-
"items": ["foundations/harper-architecture", "foundations/core-concepts", "foundations/use-cases"]
33-
},
29+
{
30+
"type": "category",
31+
"label": "Foundations of Harper",
32+
"items": ["foundations/harper-architecture", "foundations/core-concepts", "foundations/use-cases"]
33+
},
3434
{
3535
"type": "category",
3636
"label": "Administration",

0 commit comments

Comments
 (0)