Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

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 can access the templates.

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





  • No labels