cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
723
Views
10
Helpful
3
Replies

Jabber Search user based on Locaton

Pragash22
Level 1
Level 1

Hi All

 

I want to search user based on address specifically Country, City and State. I tried to add BDI parameters but it didn't work, How can I achieve this task.

 

Kind regards

Pragash

3 Replies 3

George Sotiropoulos
Cisco Employee
Cisco Employee

You may try to use Predictive Search Filter in Service Profile.

 

An example on jabber-config.xml:

<PredictiveSearchFilter>[attribute],[attribute2],[attribute3],....</PredictiveSearchFilter>

Checl also the following:

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/11_5/CJAB_BK_D00D8CBD_00_deployment-installation-guide-cisco-jabber115/CJAB_BK_D00D8CBD_00_deployment-installation-guide-cisco-jabber115_chapter_011.html

 

G

Hope the above helps,
gsotirop

BDI-related parameters were depreciated in 11.8. Also, the PredictiveSearchFilter attribute is only used if you disable AD ANR or a use non-Microsoft LDAP server. If you have AD, do not disable ANR unless you really understand what you’re doing, especially the impact of non-indexed attributes.
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_1/cjab_b_parameters-reference-guide-for-cisco_12_1/cjab_b_parameters-reference-guide-for-cisco_12_1_chapter_01010.html

Even if you can get this to work with CDI while on-premise, it won’t work over MRA since none of that data is included in the UDS API schema.

You may want to consider using Outlook instead and it’s click-to-chat Persona API integration. Or, write a custom web front end and search interface and present it within a Jabber custom tab.

https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/12_0/cjab_b_feature-configuration-for-cisco-jabber-120/cjab_b_feature-configuration-for-cisco-jabber-120_chapter_0101.html

Thanks Jonathan [+5] for great Info.