|
8 | 8 | <div style="margin: 8px 0">
|
9 | 9 | <LazyCodeButton
|
10 | 10 | label="Create"
|
11 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-create.txt" |
| 11 | + path="/static/workbench/scripts/document/working-with-hashes/crud-create.txt" |
12 | 12 | />
|
13 | 13 | </div>
|
14 | 14 | <div style="margin: 8px 0">
|
15 | 15 | <LazyCodeButton
|
16 | 16 | label="Read"
|
17 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-read.txt" |
| 17 | + path="/static/workbench/scripts/document/working-with-hashes/crud-read.txt" |
18 | 18 | />
|
19 | 19 | </div>
|
20 | 20 | <div style="margin: 8px 0">
|
21 | 21 | <LazyCodeButton
|
22 | 22 | label="Update"
|
23 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-update.txt" |
| 23 | + path="/static/workbench/scripts/document/working-with-hashes/crud-update.txt" |
24 | 24 | />
|
25 | 25 | </div>
|
26 | 26 | <div style="margin: 8px 0">
|
27 | 27 | <LazyCodeButton
|
28 | 28 | label="Delete"
|
29 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/crud-delete.txt" |
| 29 | + path="/static/workbench/scripts/document/working-with-hashes/crud-delete.txt" |
30 | 30 | />
|
31 | 31 | </div>
|
32 | 32 | </span>
|
|
37 | 37 | <div style="margin: 8px 0">
|
38 | 38 | <LazyCodeButton
|
39 | 39 | label="Create hash index"
|
40 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/create-hash-index.txt" |
| 40 | + path="/static/workbench/scripts/document/working-with-hashes/create-hash-index.txt" |
41 | 41 | />
|
42 | 42 | </div>
|
43 | 43 | <div style="margin: 8px 0">
|
44 | 44 | <LazyCodeButton
|
45 | 45 | label="List all indexes"
|
46 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/list-all-indexes.txt" |
| 46 | + path="/static/workbench/scripts/document/working-with-hashes/list-all-indexes.txt" |
47 | 47 | />
|
48 | 48 | </div>
|
49 | 49 | <div style="margin: 8px 0">
|
50 | 50 | <LazyCodeButton
|
51 | 51 | label="Index info"
|
52 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/index-info.txt" |
| 52 | + path="/static/workbench/scripts/document/working-with-hashes/index-info.txt" |
53 | 53 | />
|
54 | 54 | </div>
|
55 | 55 | </span>
|
|
60 | 60 | <div style="margin: 8px 0">
|
61 | 61 | <LazyCodeButton
|
62 | 62 | label="Exact text search"
|
63 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/exact-text-search.txt" |
| 63 | + path="/static/workbench/scripts/document/working-with-hashes/exact-text-search.txt" |
64 | 64 | />
|
65 | 65 | </div>
|
66 | 66 | <div style="margin: 8px 0">
|
67 | 67 | <LazyCodeButton
|
68 | 68 | label="Fuzzy text search"
|
69 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/fuzzy-text-search.txt" |
| 69 | + path="/static/workbench/scripts/document/working-with-hashes/fuzzy-text-search.txt" |
70 | 70 | />
|
71 | 71 | </div>
|
72 | 72 | <div style="margin: 8px 0">
|
73 | 73 | <LazyCodeButton
|
74 | 74 | label="Field specific text search"
|
75 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/field-specific-text-search.txt" |
| 75 | + path="/static/workbench/scripts/document/working-with-hashes/field-specific-text-search.txt" |
76 | 76 | />
|
77 | 77 | </div>
|
78 | 78 | <div style="margin: 8px 0">
|
79 | 79 | <LazyCodeButton
|
80 | 80 | label="Numeric range query"
|
81 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/numeric-range-query.txt" |
| 81 | + path="/static/workbench/scripts/document/working-with-hashes/numeric-range-query.txt" |
82 | 82 | />
|
83 | 83 | </div>
|
84 | 84 | <div style="margin: 8px 0">
|
85 | 85 | <LazyCodeButton
|
86 | 86 | label="Tag search"
|
87 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/tag-search.txt" |
| 87 | + path="/static/workbench/scripts/document/working-with-hashes/tag-search.txt" |
88 | 88 | />
|
89 | 89 | </div>
|
90 | 90 | <div style="margin: 8px 0">
|
91 | 91 | <LazyCodeButton
|
92 | 92 | label="Multiple tags (OR) search"
|
93 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/multiple-tags-or-search.txt" |
| 93 | + path="/static/workbench/scripts/document/working-with-hashes/multiple-tags-or-search.txt" |
94 | 94 | />
|
95 | 95 | </div>
|
96 | 96 | <div style="margin: 8px 0">
|
97 | 97 | <LazyCodeButton
|
98 | 98 | label="Multiple tags (AND) search"
|
99 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/multiple-tags-and-search.txt" |
| 99 | + path="/static/workbench/scripts/document/working-with-hashes/multiple-tags-and-search.txt" |
100 | 100 | />
|
101 | 101 | </div>
|
102 | 102 | <div style="margin: 8px 0">
|
103 | 103 | <LazyCodeButton
|
104 | 104 | label="Combined search on two fields (AND)"
|
105 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-and.txt" |
| 105 | + path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-and.txt" |
106 | 106 | />
|
107 | 107 | </div>
|
108 | 108 | <div style="margin: 8px 0">
|
109 | 109 | <LazyCodeButton
|
110 | 110 | label="Combined search on two fields (OR)"
|
111 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-or.txt" |
| 111 | + path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-or.txt" |
112 | 112 | />
|
113 | 113 | </div>
|
114 | 114 | <div style="margin: 8px 0">
|
115 | 115 | <LazyCodeButton
|
116 | 116 | label="Combined search and geo filter"
|
117 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/combined-search-with-geo-filter.txt" |
| 117 | + path="/static/workbench/scripts/document/working-with-hashes/combined-search-with-geo-filter.txt" |
118 | 118 | />
|
119 | 119 | </div>
|
120 | 120 | <div style="margin: 8px 0">
|
121 | 121 | <LazyCodeButton
|
122 | 122 | label="Group by & sort by aggregation"
|
123 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/group-and-sort-by-aggregation.txt" |
| 123 | + path="/static/workbench/scripts/document/working-with-hashes/group-and-sort-by-aggregation.txt" |
124 | 124 | />
|
125 | 125 | </div>
|
126 | 126 | <div style="margin: 8px 0">
|
127 | 127 | <LazyCodeButton
|
128 | 128 | label="Aggregation with apply"
|
129 |
| - path="/static/workbench/scripts/document-capabilities/working-with-hashes/aggregation-with-apply.txt" |
| 129 | + path="/static/workbench/scripts/document/working-with-hashes/aggregation-with-apply.txt" |
130 | 130 | />
|
131 | 131 | </div>
|
132 | 132 | </span>
|
|
138 | 138 | <div style="width: 50%; border-right: 1px solid var(--separatorColor)">
|
139 | 139 | <InternalLink
|
140 | 140 | size="xs"
|
141 |
| - path="/static/workbench/guides/document-capabilities/introduction.html" |
| 141 | + path="/static/workbench/guides/document/introduction.html" |
142 | 142 | label="Introduction"
|
143 | 143 | iconType="arrowLeft"
|
144 | 144 | testId="prev-page"
|
|
154 | 154 | <div style="width: 50%">
|
155 | 155 | <InternalLink
|
156 | 156 | size="xs"
|
157 |
| - path="/static/workbench/guides/document-capabilities/working-with-json.html" |
| 157 | + path="/static/workbench/guides/document/working-with-json.html" |
158 | 158 | label="Working with JSON"
|
159 | 159 | iconType="arrowRight"
|
160 | 160 | iconPosition="right"
|
|
0 commit comments