cancel
Showing results for 
Search instead for 
Did you mean: 

Search for predefined properties with given value

Former Member
0 Kudos

Hi all,

I want to show a list with KM objects with a special predefined property value.

For example, I have a predefined property "color" and want to display a list of all objects complying the condition "color=blue". I'd like to implement it with a special search and hidden advanced options. So I'm able to seach in all items with property "color", but how do I initially give the value "blue" to the search?

Other way would be to limit my index to items with "color=blue", but I even don't know how to isolate items with predefined properties for an index.

Does anybody have an idea?

Thanks a lot

Steffi

Accepted Solutions (1)

Accepted Solutions (1)

former_member188556
Active Contributor
0 Kudos

Hi Stefanie,

Probably u will be using a search iview right?

We need to create a search option set.

In the search option, in the predefined properties u can mention some thing like this

color(value=blue/operator=EQ)

Here also use, Fixed number of predefined properties as 0, so that it will not be

visible for the user.

Regards

BP

Former Member
0 Kudos

Hi BP,

that works! I had the predefinied property "color" in the search option, but not the "(value=blue/operator=EQ)" addition.

Thanks a lot for the quick answer! Full points.

Steffi

Answers (0)