File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/com/esri/samples/portal/webmap_keyword_search Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 you want to search</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 >portal.findItemsAsync(portalQueryResultSet.getNextQueryParameters())</code ></li >
20+ <li >Get more results with <code >portal.findItemsAsync(portalQueryResultSet.getNextQueryParameters())</code >. </li >
2121</ol >
2222
2323<h2 >Features</h2 >
@@ -29,4 +29,4 @@ Click on the "Find More Results" button to add more results to the list.
2929 <li >PortalItem</li >
3030 <li >PortalQueryParameters</li >
3131 <li >PortalQueryResultSet</li >
32- </ul >
32+ </ul >
You can’t perform that action at this time.
0 commit comments