File tree 2 files changed +19
-8
lines changed
2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.0.4.3 )
4
+ activesupport (7.0.7.1 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 1.6 , < 2 )
7
7
minitest (>= 5.1 )
13
13
execjs
14
14
coffee-script-source (1.11.1 )
15
15
colorator (1.1.0 )
16
- commonmarker (0.23.9 )
17
- concurrent-ruby (1.2.2 )
16
+ commonmarker (0.23.10 )
17
+ concurrent-ruby (1.3.4 )
18
18
dnsruby (1.70.0 )
19
19
simpleidn (~> 0.2.1 )
20
20
em-websocket (0.5.3 )
86
86
activesupport (>= 2 )
87
87
nokogiri (>= 1.4 )
88
88
http_parser.rb (0.8.0 )
89
- i18n (1.13.0 )
89
+ i18n (1.14.5 )
90
90
concurrent-ruby (~> 1.0 )
91
91
jekyll (3.9.3 )
92
92
addressable (~> 2.4 )
@@ -209,20 +209,23 @@ GEM
209
209
jekyll (>= 3.5 , < 5.0 )
210
210
jekyll-feed (~> 0.9 )
211
211
jekyll-seo-tag (~> 2.1 )
212
- minitest (5.18.0 )
213
- nokogiri (1.14.3-arm64-darwin )
212
+ minitest (5.25.1 )
213
+ nokogiri (1.16.5-arm64-darwin )
214
+ racc (~> 1.4 )
215
+ nokogiri (1.16.5-x86_64-linux )
214
216
racc (~> 1.4 )
215
217
octokit (4.25.1 )
216
218
faraday (>= 1 , < 3 )
217
219
sawyer (~> 0.9 )
218
220
pathutil (0.16.2 )
219
221
forwardable-extended (~> 2.6 )
220
222
public_suffix (4.0.7 )
221
- racc (1.6.2 )
223
+ racc (1.8.1 )
222
224
rb-fsevent (0.11.2 )
223
225
rb-inotify (0.10.1 )
224
226
ffi (~> 1.0 )
225
- rexml (3.2.5 )
227
+ rexml (3.3.6 )
228
+ strscan
226
229
rouge (3.26.0 )
227
230
ruby2_keywords (0.0.5 )
228
231
rubyzip (2.3.2 )
237
240
faraday (>= 0.17.3 , < 3 )
238
241
simpleidn (0.2.1 )
239
242
unf (~> 0.1.4 )
243
+ strscan (3.1.0 )
240
244
terminal-table (1.8.0 )
241
245
unicode-display_width (~> 1.1 , >= 1.1.1 )
242
246
typhoeus (1.4.0 )
252
256
PLATFORMS
253
257
arm64-darwin-21
254
258
arm64-darwin-23
259
+ x86_64-linux
255
260
256
261
DEPENDENCIES
257
262
github-pages (~> 228 )
Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ assert len(docs) == 1
55
55
The search string in the example corresponds to the ` q ` argument, which is the first argument in the method and thus
56
56
does not need to be named.
57
57
58
+ With a search string, you may wish to reference a set of
59
+ [ MarkLogic search options] ( https://docs.marklogic.com/guide/search-dev/query-options ) as well. You can configure a set
60
+ of options via the [ MarkLogic REST API] ( https://docs.marklogic.com/guide/rest-dev/search#id_48838 ) and then refer to
61
+ them by name via the ` options ` argument. For example, if your options are named ` myOptions ` , you would
62
+ include ` options=myOptions ` as an argument to ` client.documents.search ` .
63
+
58
64
## Searching via a complex query
59
65
60
66
More complex queries can be submitted via the ` query ` parameter. The value of this parameter must be one of the
You can’t perform that action at this time.
0 commit comments