User store issue:
In IP.
Search takes a lot of time. They have 3 user stores. primary, secondary, and DR. The primary user store is very slow and run the search query. If another user searches this brings all the other user stores down. In logs you see a search query for CA Directory. It creates a search screen for each attribute and connect to CA Directory for the search. We need to limit the ability to search in IP. The search goes to first CA Directory and someone else does a similar search and it goes to another CA Directory and it brings them all down. Chendra explains search in IP works like a Google search. IP\Setup\Searches\ SSPR search.
Release : 14.4
Component : SIGMA-Identity Suite, Virtual Appliance
Reviewed "Search Strategy" for EXACT. If using double quotes they will send the single string.
Can we set to LONGEST search strategy?
-----
The system will select the longest 2 words in the phrase and search by them.
The system will then filter out incorrect results that do not contain the word “Doe” in them.
-----
IM and IP search work differently. Do the same search in IM it returns immediately. Ran same search in IP and it continues to spin. In IM you can validate fields on forms.
Configure the "Longest Search Strategy"
These are the following conditions to be applied for "Longest Search Strategy".
1. The minimum search attribute size is two.
Enable the Logging in Connector and restart the Connector.
Test your search now.
The Longest Search works in the following way.
The system will select the longest 2 words in the phrase (search string) and search by them.
For Example:
Searchable attributes are: %FIRST_NAME%, %LAST_NAME%
Search phrase entered by user: mr. John Doe Chicago
The Query will look as follow:
[{"field":"%FIRST_NAME%","
{"field":"%LAST_NAME%","
{"field":"%FIRST_NAME%","
{"field":"%LAST_NAME%","