File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ For example, if given the url: *archive.org/about/* and:
116
116
117
117
The matchType may also be set implicitly by using wildcard '* ' at end or beginning of the url:
118
118
119
- * If url is ends in '/\* ', eg ** url=archive.org/\* ** the query is equivalent to ** url=archive.org/&matchType=prefix**
120
- * if url starts with '\* .', eg ** url=\* .archive.org/** the query is equivalent to ** url=archive.org/&matchType=domain**
119
+ * If url is ends in '/\* ', e.g. ** url=archive.org/\* ** the query is equivalent to ** url=archive.org/&matchType=prefix**
120
+ * if url starts with '\* .', e.g. ** url=\* .archive.org/** the query is equivalent to ** url=archive.org/&matchType=domain**
121
121
122
122
(Note: The * domain* mode is only available if the CDX is in SURT-order format.)
123
123
@@ -359,7 +359,7 @@ Currently two restrictions/permission types are supported:
359
359
* Access to certain fields, such as filename in the CDX. When restricted, the cdx results contain only public fields.
360
360
361
361
362
- To allow access, the API key cookie must be explicitly set on the client, eg :
362
+ To allow access, the API key cookie must be explicitly set on the client, e.g. :
363
363
364
364
```
365
365
curl -H "Cookie: cdx-auth-token=API-Key-Secret http://mycdxserver/search/cdx?url=..."
You can’t perform that action at this time.
0 commit comments