Skip to content

Commit

Permalink
docs: update information about publication.place search option (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
psmagin authored Jul 9, 2024
1 parent e174f29 commit 2ca520f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ does not produce any values, so the following search options will return an empt
| `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 |
| `publication.place` | term | `publication.place=="Ukraine"` | Matches instances that have `Ukraine` publication place |
| `publication.place` | full-text | `publication.place all "Ukraine"` | Matches instances that have `Ukraine` in 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 |
| `classifications.classificationTypeId` | term | `classifications.classificationTypeId=="123"` | Matches instances that have classification type id `123` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ description: |
</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>
<td>full-text</td>
<td>publication.place all &quot;Ukraine&quot;</td>
<td>Matches instances that have `Ukraine` in publication place</td>
</tr>
<tr>
<td>instanceTags</td>
Expand Down

0 comments on commit 2ca520f

Please sign in to comment.