/
Add a Voyager Search Box to a Webpage
Add a Voyager Search Box to a Webpage
Voyager provides easy to use APIs that let you build custom applications.
To add a Voyager search box to a web page:
Use the following code:
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Search Voyager</title>
</head>
<body>
<form id="searchForm" action="http://localhost:8888">
<input type="text" id="searchField" name="q" placeHolder="Search Voyager"/>
<input type="button" value="Submit"/>
</form>
</body>
</html>
Note: Change the action attribute of the form to the correct URL
, multiple selections available,
Related content
Deploying the Voyager Search Widget to Portal for ArcGIS
Deploying the Voyager Search Widget to Portal for ArcGIS
More like this
Deploying the Voyager Search Widget Using Esri's Web Appbuilder
Deploying the Voyager Search Widget Using Esri's Web Appbuilder
More like this
Voyager/Solr Integration Examples
Voyager/Solr Integration Examples
More like this
Voyager ArcMap Add-In
Voyager ArcMap Add-In
More like this
Open Voyager Search Results With Geocortex Viewer
Open Voyager Search Results With Geocortex Viewer
More like this
Administrator Installation Notes
Administrator Installation Notes
More like this