You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Hey I was trying to implement publicautocomplete for my site and tried to match match-column to organization name AND nick name which failed. Did I make a mistake in my code or is this simply not possible?
global $civicrm_setting; $civicrm_setting['eu.tttp.publicautocomplete']['match_columns'] = array( 'organization_name', 'nick_name', );