A new view has been added, following the implementation of multiple-choice facets in the ODF search (ODF-1099).
File address: odf-web\pages\services\search-multicriteria.xsl
This is the view that allows the user to make multiple choices by facet. Depending on your requirements, you may need to exclude or integrate this view graphically.
If you have overloaded the XSL services\odf-web\pages\services\search-criteria\search-criteria_1.2.xsl and the "common-service-head-js" template in your graphic charter, use the "js-autocompletion" template to activate autocompletion on the "keywords" search field.
<xsl:template name="common-service-head-js"> <!-- surcharge éventuelle --> <xsl:call-template name="js-autocompletion"/> </xsl:template>
Again for the purposes of ODF-1099 jqtransform has been patched, if your chart uses jqtransform, it must be updated (see demo chart).
File address: skins\NAME_SKIN\resources\js\jquery.jqtransform.js