cancel
Showing results for 
Search instead for 
Did you mean: 

How to add an attribute of different type in advance search of backoffice ?

Former Member
0 Kudos

How to add an attribute of different type in advance search of backoffice. My cockpit-config look like as mention below-

     <context type="LSProduct" component="advanced-search" merge-by="type" parent="Product" module="lifesciencebackoffice">
     <advanced-search:advanced-search>
         <advanced-search:field-list>
             <advanced-search:field name="brandName" selected="true" operator="contains"/>
              <advanced-search:field name="featureNBenefits" selected="true" operator="contains"/>
         </advanced-search:field-list>
     </advanced-search:advanced-search>
 </context>

here featureNBenefits is of collection type.

0 Kudos

Hi Pankaj, Have you implemented this requirement. If so, could you please share how you have resolved this.

Thanks, Pratiusha

sumit_rajan
Associate
Associate
0 Kudos

Hi Pankaj,

It would be very greatful if you can let us know, if this has been implemented. I am having exactly the same requirement and i am wondering if it can be possible.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member632755
Active Contributor
0 Kudos

Hi,

collectiuontypes are not supported. In order to make it searchable please use relation type. Collectiontypes have significant limitation and should not be used (you jhave to have a very good justification to go with such a data model).

Cheers, Wojtek

Former Member
0 Kudos

Hi Wojtek, How can I search Float values in advanced search field.OOTB doesnt support Float values.

Regards, S..

former_member632755
Active Contributor
0 Kudos

Hi,

I would have to see your configuration. I think that it shoudl work if configured appropriately. You may also ask the support for dedicated help.

Cheers, Wojtek