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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"children": [
{
"type": "group",
"id": "document-capabilities",
"label": "Document Capabilities",
"id": "document",
"label": "Document",
"args": {
"initialIsOpen": true
},
Expand All @@ -21,31 +21,31 @@
"id": "introduction",
"label": "Introduction",
"args": {
"path": "/static/workbench/guides/document-capabilities/introduction.html"
"path": "/static/workbench/guides/document/introduction.html"
}
},
{
"type": "internal-link",
"id": "working-with-hashes",
"label": "Working with Hashes",
"args": {
"path": "/static/workbench/guides/document-capabilities/working-with-hashes.html"
"path": "/static/workbench/guides/document/working-with-hashes.html"
}
},
{
"type": "internal-link",
"id": "working-with-json",
"label": "Working with JSON",
"args": {
"path": "/static/workbench/guides/document-capabilities/working-with-json.html"
"path": "/static/workbench/guides/document/working-with-json.html"
}
},
{
"type": "internal-link",
"id": "learn-more",
"label": "Learn More",
"args": {
"path": "/static/workbench/guides/document-capabilities/learn-more.html"
"path": "/static/workbench/guides/document/learn-more.html"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ <h3>PRE-REQUISITES</h3>
<div style="width: 100%">
<InternalLink
size="xs"
path="/static/workbench/guides/document-capabilities/working-with-hashes.html"
path="/static/workbench/guides/document/working-with-hashes.html"
label="Working with Hashes"
iconType="arrowRight"
iconPosition="right"
testId="next-page"
toolTip="Working with Hashes"
>
<div>Next:<b> Working with Hashes</b></div>
<span>Next:<b> Working with Hashes</b></span>
</InternalLink>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ <h3>Tutorials</h3>
<div style="width: 100%;">
<InternalLink
size="xs"
path="/static/workbench/guides/document-capabilities/working-with-json.html"
path="/static/workbench/guides/document/working-with-json.html"
label="Working with JSON"
iconType="arrowLeft"
iconPosition="left"
testId="prev-page"
toolTop="Working with JSON"
toolTip="Working with JSON"
>
<div>Previous:<b> Working with JSON</b></div>
<span>Previous:<b> Working with JSON</b></span>
</InternalLink>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
<div style="margin: 8px 0">
<LazyCodeButton
label="Create"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-create.txt"
path="/static/workbench/scripts/document/working-with-hashes/crud-create.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Read"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-read.txt"
path="/static/workbench/scripts/document/working-with-hashes/crud-read.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Update"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-update.txt"
path="/static/workbench/scripts/document/working-with-hashes/crud-update.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Delete"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-delete.txt"
path="/static/workbench/scripts/document/working-with-hashes/crud-delete.txt"
/>
</div>
</span>
Expand All @@ -37,19 +37,19 @@
<div style="margin: 8px 0">
<LazyCodeButton
label="Create hash index"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/create-hash-index.txt"
path="/static/workbench/scripts/document/working-with-hashes/create-hash-index.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="List all indexes"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/list-all-indexes.txt"
path="/static/workbench/scripts/document/working-with-hashes/list-all-indexes.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Index info"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/index-info.txt"
path="/static/workbench/scripts/document/working-with-hashes/index-info.txt"
/>
</div>
</span>
Expand All @@ -60,73 +60,73 @@
<div style="margin: 8px 0">
<LazyCodeButton
label="Exact text search"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/exact-text-search.txt"
path="/static/workbench/scripts/document/working-with-hashes/exact-text-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Fuzzy text search"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/fuzzy-text-search.txt"
path="/static/workbench/scripts/document/working-with-hashes/fuzzy-text-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Field specific text search"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/field-specific-text-search.txt"
path="/static/workbench/scripts/document/working-with-hashes/field-specific-text-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Numeric range query"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/numeric-range-query.txt"
path="/static/workbench/scripts/document/working-with-hashes/numeric-range-query.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Tag search"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/tag-search.txt"
path="/static/workbench/scripts/document/working-with-hashes/tag-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Multiple tags (OR) search"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/multiple-tags-or-search.txt"
path="/static/workbench/scripts/document/working-with-hashes/multiple-tags-or-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Multiple tags (AND) search"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/multiple-tags-and-search.txt"
path="/static/workbench/scripts/document/working-with-hashes/multiple-tags-and-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Combined search on two fields (AND)"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-and.txt"
path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-and.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Combined search on two fields (OR)"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-or.txt"
path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-or.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Combined search and geo filter"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-geo-filter.txt"
path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-geo-filter.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Group by & sort by aggregation"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/group-and-sort-by-aggregation.txt"
path="/static/workbench/scripts/document/working-with-hashes/group-and-sort-by-aggregation.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Aggregation with apply"
path="/static/workbench/scripts/document-capabilities/working-with-hashes/aggregation-with-apply.txt"
path="/static/workbench/scripts/document/working-with-hashes/aggregation-with-apply.txt"
/>
</div>
</span>
Expand All @@ -138,7 +138,7 @@
<div style="width: 50%; border-right: 1px solid var(--separatorColor)">
<InternalLink
size="xs"
path="/static/workbench/guides/document-capabilities/introduction.html"
path="/static/workbench/guides/document/introduction.html"
label="Introduction"
iconType="arrowLeft"
testId="prev-page"
Expand All @@ -154,7 +154,7 @@
<div style="width: 50%">
<InternalLink
size="xs"
path="/static/workbench/guides/document-capabilities/working-with-json.html"
path="/static/workbench/guides/document/working-with-json.html"
label="Working with JSON"
iconType="arrowRight"
iconPosition="right"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
<div style="margin: 8px 0">
<LazyCodeButton
label="Create"
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-create.txt"
path="/static/workbench/scripts/document/working-with-json/crud-create.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Read"
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-read.txt"
path="/static/workbench/scripts/document/working-with-json/crud-read.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Update"
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-update.txt"
path="/static/workbench/scripts/document/working-with-json/crud-update.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Delete"
path="/static/workbench/scripts/document-capabilities/working-with-json/crud-delete.txt"
path="/static/workbench/scripts/document/working-with-json/crud-delete.txt"
/>
</div>
</span>
Expand All @@ -37,19 +37,19 @@
<div style="margin: 8px 0">
<LazyCodeButton
label="Create JSON index"
path="/static/workbench/scripts/document-capabilities/working-with-json/create-json-index.txt"
path="/static/workbench/scripts/document/working-with-json/create-json-index.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="List all indexes"
path="/static/workbench/scripts/document-capabilities/working-with-json/list-all-indexes.txt"
path="/static/workbench/scripts/document/working-with-json/list-all-indexes.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Index info"
path="/static/workbench/scripts/document-capabilities/working-with-json/index-info.txt"
path="/static/workbench/scripts/document/working-with-json/index-info.txt"
/>
</div>
</span>
Expand All @@ -60,67 +60,67 @@
<div style="margin: 8px 0">
<LazyCodeButton
label="Exact text search"
path="/static/workbench/scripts/document-capabilities/working-with-json/exact-text-search.txt"
path="/static/workbench/scripts/document/working-with-json/exact-text-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Fuzzy text search"
path="/static/workbench/scripts/document-capabilities/working-with-json/fuzzy-text-search.txt"
path="/static/workbench/scripts/document/working-with-json/fuzzy-text-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Field specific text search"
path="/static/workbench/scripts/document-capabilities/working-with-json/field-specific-text-search.txt"
path="/static/workbench/scripts/document/working-with-json/field-specific-text-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Numeric range query"
path="/static/workbench/scripts/document-capabilities/working-with-json/numeric-range-query.txt"
path="/static/workbench/scripts/document/working-with-json/numeric-range-query.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Tag search"
path="/static/workbench/scripts/document-capabilities/working-with-json/tag-search.txt"
path="/static/workbench/scripts/document/working-with-json/tag-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Multiple tags (OR) search"
path="/static/workbench/scripts/document-capabilities/working-with-json/multiple-tags-or-search.txt"
path="/static/workbench/scripts/document/working-with-json/multiple-tags-or-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Multiple tags (AND) search"
path="/static/workbench/scripts/document-capabilities/working-with-json/multiple-tags-and-search.txt"
path="/static/workbench/scripts/document/working-with-json/multiple-tags-and-search.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Combined search on two fields (AND)"
path="/static/workbench/scripts/document-capabilities/working-with-json/combined-search-with-and.txt"
path="/static/workbench/scripts/document/working-with-json/combined-search-with-and.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Combined search on two fields (OR)"
path="/static/workbench/scripts/document-capabilities/working-with-json/combined-search-with-or.txt"
path="/static/workbench/scripts/document/working-with-json/combined-search-with-or.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Combined search and geo filter"
path="/static/workbench/scripts/document-capabilities/working-with-json/combined-search-with-geo-filter.txt"
path="/static/workbench/scripts/document/working-with-json/combined-search-with-geo-filter.txt"
/>
</div>
<div style="margin: 8px 0">
<LazyCodeButton
label="Group by & sort by aggregation"
path="/static/workbench/scripts/document-capabilities/working-with-json/group-and-sort-by-aggregation.txt"
path="/static/workbench/scripts/document/working-with-json/group-and-sort-by-aggregation.txt"
/>
</div>
</span>
Expand All @@ -132,7 +132,7 @@
<div style="width: 50%; border-right: 1px solid var(--separatorColor)">
<InternalLink
size="xs"
path="/static/workbench/guides/document-capabilities/working-with-hashes.html"
path="/static/workbench/guides/document/working-with-hashes.html"
label="Working with Hashes"
iconType="arrowLeft"
testId="prev-page"
Expand All @@ -148,7 +148,7 @@
<div style="width: 50%">
<InternalLink
size="xs"
path="/static/workbench/guides/document-capabilities/learn-more.html"
path="/static/workbench/guides/document/learn-more.html"
label="Learn More"
iconType="arrowRight"
iconPosition="right"
Expand Down
Loading