Skip to content

Commit e7eb597

Browse files
committed
Fix typo
1 parent 176cf85 commit e7eb597

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/manual/docs/administrator-guide/configuring-the-catalog/portal-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ Records from a specific organization:
103103
<h4>Filter by Organization Name and Keywords</h4>
104104

105105
Records from "My agency" with open data keywords:
106-
<br><code>OrgObject\\.*: "My agency" AND keyword:("OPEN DATA" OR "open data" OR "opendata")</code>
106+
<br><code>OrgObject.\\*: "My agency" AND keyword:("OPEN DATA" OR "open data" OR "opendata")</code>
107107
<br>
108108

109109
Records from either "New York" or "GN":
110-
<br><code>OrgObject\\.*:"New York" OR OrgObject.*:"GN"</code>
110+
<br><code>OrgObject.\\*:"New York" OR OrgObject.\\*:"GN"</code>
111111
<br>
112112

113113
<h4>Filter by Harvester</h4>
@@ -151,7 +151,7 @@ Records tagged with Thailand, Cambodia, or Laos:
151151
<br>
152152

153153
Records with any tag containing "Geo":
154-
<br><code>+tag\\.*:"Geo"</code>
154+
<br><code>+tag.\\*:"Geo"</code>
155155
<br>
156156

157157
<h4>Filter by Record Owner</h4>

0 commit comments

Comments
 (0)