cancel
Showing results for 
Search instead for 
Did you mean: 

Changing default search bar to search properties

bengrah
Champ on-the-rise
Champ on-the-rise
Hi all

One of the requirements we've been looking into is searching using properties. For example someone may know the contract no. of a contract, and use that to search for the document. Obviously we can do this by surfacing the option to search on that property using customisations to Advanced Search. But to try and make things easier for the user, we're wondering if you can customise the default search bar in Explorer to also check the search query against a specific property. That way we don't have to make the search process longer for the user by having the click through to Advanced Search and so forth.

We're envisioning that the user should be able to search on a lot of properties, so loading up Advanced Search with all sorts of search bars to search against different properties isn't exactly ideal. Any idea if this can be done? Thanks
1 REPLY 1

bengrah
Champ on-the-rise
Champ on-the-rise
Found out that you can add properties and custom properties to the simple search bar by using the following markup:

<config>
<client>
<simple-search-additional-attributes>
<qname>{http://www.your.com/namespace/here/1.0}contractNo</qname>
</simple-search-additional-attributes> </client></config>

Meaning now I can search with whatever custom defined properties I have.