Filter for a non-searchable Attribute in IdentityIQ

Hi all,

I want to write a filter on a non-searchable attribute “displayDept“ in IdentityIQ. How is this possible and how can we achieve this?

Thanks in advance

Hi Rishav,

You cannot filter a non-searchable attribute, You will have to make the attribute as searchable.

1 Like

@naveenkumar3 Is there any other way to search for such non-searchable attributes?

As per i know , The anser is No. You will have to make th attribute searchable.

1 Like

Hi @rishavghoshacc ,

You cannot use filters with non-searchable attributes , to perform filter or search operations , the attribute should be marked as searchable.

Hi @rishavghoshacc

Using filter wont be possible in this case. Only way you can retrieve this attribute value is through loading the identity object first and then using getAttribute(““) method on the identity object.

Thanks

Manish Singh