cancel
Showing results for 
Search instead for 
Did you mean: 

Ricerca avanzata - campo combobox

natmacri
Star Contributor
Star Contributor

Salve,

come posso rendere un campo della ricerca avanzata di tipo combobox?

11 REPLIES 11

in effetti con i file gia archiviati non va, devo provare con un nuovo modello.

va bene il codice in basso?

<config evaluator="model-type" condition="PROG:attachment">
<forms>
<form id="search">
<field-visibility>
<show id="PROGSmiley Tonguerogetto" />
<show id="PROG:fornitore" />
<show id="PROG:nomefinestra" />
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>false</tokenised>
<facetable>true</facetable>
</index>
<show id="PROG:numerodocumento" />
<show id="PROG:codicefascicolo" />
<show id="PROG:nomeprocedura" />
<show id="PROG:idmissione" />
</field-visibility>
<appearance>
</appearance>
</form>
</forms>
</config>

Grazie Luca

Purtroppo no, la property <index> va messa nel xml del modello come l'esempio di seguito:

<type name="example:document">
<title>Example Document</title>
<parent>cm:content</parent>
<properties>
<property name="example:property">
<title>Example Property</title>
<type>d:text</type>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>false</tokenised>
<facetable>true</facetable>
</index>
</property>
</properties>
</type>

Per quanto riguarda il pregresso potresti essere fortunato. Non modificando le definizioni del modello ma solo la property di indicizzazione, se cancelli gli indici e fai re-indicizzare, dovresti riuscire ad abilitare il faceting su tutto il repository, anche sui documenti già archiviati.

Fammi sapere

Luca

Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.