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:
116116
117117The matchType may also be set implicitly by using wildcard '* ' at end or beginning of the url:
118118
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**
121121
122122(Note: The * domain* mode is only available if the CDX is in SURT-order format.)
123123
@@ -359,7 +359,7 @@ Currently two restrictions/permission types are supported:
359359* Access to certain fields, such as filename in the CDX. When restricted, the cdx results contain only public fields.
360360
361361
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. :
363363
364364```
365365curl -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