/
Launching Weave
Launching Weave
It’s possible to open the Weave client with additional URL parameters to customise its startup.
Search
You can load the Weave client and ask it to perform a search immediately using the search
URL parameter.
The value of the parameter should be the id of the search to execute, and the rest of the URL parameters are the values that should be passed to the search.
For example, given the following search definition
Example search configuration
<search:attribute id="property.pid">
<entity>property</entity>
<label>By PID</label>
<datasource>datasource</datasource>
<table>PROPERTY</table>
<key>PID</key>
<parameter id="property_id">
<promptText>Property ID</promptText>
<column>PID</column>
</parameter>
</search:attribute>
The following URL will open the Weave client (using the client configured with the id 'main') and execute the property.pid
search to locate the property with a PID
of 1234