Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

match_column for more than one field? #21

@nillde

Description

@nillde

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',
);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions