Skip to content

Commit b3db637

Browse files
committed
addressed feedback
1 parent 9515f8a commit b3db637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/esri/samples/portal/webmap_keyword_search/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Click on the "Find More Results" button to add more results to the list.
1313

1414
<p>To search for webmaps in a <code>Portal</code> matching a keyword:</p>
1515
<ol>
16-
<li>Create a <code>Portal</code> and load it.</li>
16+
<li>Create a <code>Portal</code> and load it</li>
1717
<li>Create <code>PortalItemQueryParameters</code>. Set the type to <code>PortalItem.Type.WEBMAP</code> and the
18-
query to the keyword</li>
18+
query to the keyword you want to search</li>
1919
<li>Use <code>portal.findItemsAsync(params)</code> to get the first set of matching items.</li>
20-
<li>Get more results with <code>portalQueryResultSet.getNextQueryParameters()</code>.
20+
<li>Get more results with <code>portal.findItemsAsync(portalQueryResultSet.getNextQueryParameters())</code></li>
2121
</ol>
2222

2323
<h2>Features</h2>

0 commit comments

Comments
 (0)