{! Template for the search form for storage blocks Ingests: - id - the id to give the form - action - the value for action - showKeywords - if to show keyword search inputs - showAttributes - if to show attribute search inputs !} {!{@tech.ebp.oqm.baseStation.service.mongo.search.PagingOptions pagingOptions}!} {!{@tech.ebp.oqm.baseStation.rest.search.SearchObject searchObject}!}
{#insert inputs}{/}
Search by exact ID.
{#if showKeywords?? && showKeywords == true}
{#inputs/keywordInput} {/inputs/keywordInput}
{/if} {#if showAttributes?? && showAttributes == true}
{#inputs/attInput} {/inputs/attInput}
{/if}