Skip to content

Commit

Permalink
Update README.md (#617)
Browse files Browse the repository at this point in the history
* Update README.md

Add `publication.place` instance search option
  • Loading branch information
viacheslavkol committed Jul 3, 2024
1 parent e9ed396 commit e32d133
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ does not produce any values, so the following search options will return an empt
| `metadata.updatedDate` | term | `metadata.updatedDate > "2020-12-12"` | Matches instances that were updated after `2020-12-12` |
| `modeOfIssuanceId` | term | `modeOfIssuanceId=="123"` | Matches instances that have `123` mode of issuance |
| `natureOfContentTermIds` | term | `natureOfContentTermIds=="123"` | Matches instances that have `123` nature of content |
| `publisher` | full-text | `publisher all "Publisher of Ukraine"` | Matches instances that have `Publisher of Ukraine` publisher |
| `publisher` | full-text | `publisher all "Publisher of Ukraine"` | Matches instances that have `Publisher of Ukraine` publisher
| `publication.place` | term | `publication.place=="Ukraine"` | Matches instances that have `Ukraine` publication place
| `instanceTags` | term | `instanceTags=="important"` | Matches instances that have `important` tag |
| `classifications.classificationNumber` | term | `classifications.classificationNumber=="cl1"` | Matches instances that have `cl1` classification number |
| `electronicAccess` | full-text | `electronicAccess any "resource"` | An alias for all `electronicAccess` fields - `uri`, `linkText`, `materialsSpecification`, `publicNote` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ description: |
<td>publisher all &quot;Publisher of Ukraine&quot;</td>
<td>Matches instances that have Publisher of Ukraine publisher</td>
</tr>
<tr>
<td>publication.place</td>
<td>term</td>
<td>publication.place==&quot;Ukraine&quot;</td>
<td>Matches instances that have `Ukraine` publication place</td>
</tr>
<tr>
<td>instanceTags</td>
<td>term</td>
Expand Down

0 comments on commit e32d133

Please sign in to comment.