/
Search template

Search template

The search template allow users to store attribute search values to be opened at a later time. This might be helpful for complex searches that are being executed frequently. The Search Template action is tightly coupled with the Attribute Search view and at the moment the action must be located in the status bar of the view. The values are stored in Weave Storage Store and nobody but the user who saved the template can access it.

The Search Template window will list all stored searches for the active entity. Changing entity will update the list for that entity.

   Seach templete grid window

 Add a Search template


ID

weave.searchTemplate

Sub-tags

nametypecardinalitydefaultdescription
openboolean0..1trueAllow user to open a search template
createboolean0..1trueAllow user to create a search template
updateboolean0..1trueAllow user to update a search template
removeboolean0..1trueAllow user to remove a search template


Client config example
<client:config>
	....
	<perspective>
		<view id="com.cohga.html.client.main.searchView" >
		<location>west</location>
			<statusbar>
				<item action="weave.searchTemplate" />
			</statusbar>
		</view>
		....
	</perspective>
</client:config>

I18n resources

iddefault
search.template.tooltip.titleSearch templates
search.template.validate.nameName must not be blank
search.template.validate.entityEntity is missing
search.template.validate.searchidSearchId for search is missing
search.template.updateTitleUpdate Search Template
search.template.updatePromptAre you sure you want to replace this Search Template?
search.template.nameName
search.template.descriptionDescription
search.template.replaceReplace with current search parameters
search.template.cancelCancel
search.template.saveSave
search.template.editEdit Search template
search.template.createCreate
search.template.openOpen
search.template.updateUpdate
search.template.removeRemove
search.template.reloadReload
search.template.entityEntity





Related content

User Admin
User Admin
More like this
Pan Select Identify
Pan Select Identify
More like this
Dashboard
Dashboard
More like this
Open global data
Open global data
More like this
Entity ToC View
Entity ToC View
More like this
Client Map Layer URL parser
Client Map Layer URL parser
More like this