Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-906

crm_contact_search fails when params have certain values in them

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Major
    • Resolution: Fixed/Completed
    • Affects Version/s: 1.4
    • Fix Version/s: 1.4
    • Component/s: None
    • Labels:
      None

      Description

      called crm_contact_search - once with params set to:

      array( 'first_name' => 1,
      'last_name' => 1,
      'street_address' => 1,
      'city' => 1,
      'state' => 1,
      'postal_code' => 1,
      'geo_code_1' => 1,
      'geo_code_2' => 1,
      'note' => 1 );

      the second time with params set to:

      array( 'first_name' => 1,
      'last_name' => 1,
      'street_address' => 1,
      'city' => 1,
      'state' => 1,
      'postal_code' => 1,
      'geo_code_1' => 1,
      'geo_code_2' => 1);

      The first failed (note: the abscence of "note")

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              drob Dan Robinson
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: