# OkayFace Search Scenarios

<table data-full-width="true"><thead><tr><th width="87">SCN</th><th>FACE MATCH</th><th>ID MATCH</th><th>@ LOCAL CUSTOMER LIST</th><th>@ GLOBAL CUSTOMER LIST</th><th>@ LOCAL BLACKLIST</th><th>@ GLOBAL BLACKLIST</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>A</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>Face &#x26; ID No not found in any lists:<br>"status": "Not Found"</td></tr><tr><td>B</td><td>✅</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>Face &#x26; ID No matches with a record in the local customer list:<br>"account_source": "[Your Account]"<br>"blacklist": "N"<br>"status": Found in existing DB with same ID</td></tr><tr><td>C</td><td>✅</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>Face matches with a different ID No with a record in the local customer list:<br>"account_source": "[Your Account]"<br>"blacklist": "N"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>D</td><td>❌</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>ID No matches with a different Face wiith a record in the local customer list:<br>"account_source": "[Your Account]"<br>"blacklist": "N"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>E</td><td>✅</td><td>✅</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>Face &#x26; ID No matches with a record in the global customer list:<br>"account_source": "Innov8tif"<br>"blacklist": "N"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>F</td><td>✅</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>Face matches with a different ID No with a record in the global customer list:<br>"account_source": "Innov8tif"<br>"blacklist": "N"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>G</td><td>❌</td><td>✅</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>ID No matches with a different Face wiith a record in the global customer list:<br>"account_source": "Innov8tif"<br>"blacklist": "N"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>H</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>Face &#x26; ID No matches with a record in the local blacklist:<br>"account_source": "[Your Account]"<br>"blacklist": "Y"<br>"status": "Found and matched in blacklist customer"</td></tr><tr><td>I</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>Face matches with a different ID No with a record in the local blacklist:<br>"account_source": "[Your Account]"<br>"blacklist": "Y"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>J</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>✅</td><td>❌</td><td>ID No matches with a different Face wiith a record in the local blacklist:<br>"account_source": "[Your Account]"<br>"blacklist": "Y"<br>"status": "Found in existing DB with same ID"</td></tr><tr><td>K</td><td>✅</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>Face &#x26; ID No matches with a record in the global blacklist:<br>"account_source": "Innov8tif"<br>"blacklist": "Y"<br>"status": "Found and matched in blacklist customer"</td></tr><tr><td>L</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>Face matches with a different ID No with a record in the global blacklist:<br>"account_source": "Innov8tif"<br>"blacklist": "Y"<br>"status": "Found in existing DB with different ID"</td></tr><tr><td>M</td><td>❌</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td><td>✅</td><td>ID No matches with a different Face wiith a record in the global blacklist:<br>"account_source": "Innov8tif"<br>"blacklist": "Y"<br>"status": "Found in existing DB with same ID"</td></tr></tbody></table>
