CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • "Find Contacts" returns double for one particular member
Pages: [1]

Author Topic: "Find Contacts" returns double for one particular member  (Read 1512 times)

netvigator

  • I’m new here
  • *
  • Posts: 26
  • Karma: 2
"Find Contacts" returns double for one particular member
July 10, 2008, 10:10:42 pm
On the Find Contacts page, if you put into the Name box one particular individual contact's name (last, first), CiviCRM reports "Found 1 contact", but the person's info shows up twice in the listing at the bottom -- there are two identical lines.  We only have this problem with one specific contact.  If I go into myPhpAdmin, go to the civicrm_contact table, and either do a Search from the menu or type the query to find the contact manually, there is exactly one row.  Here is the manual query:

SELECT * FROM `civicrm_contact` WHERE sort_name = '{last, first}' or display_name = '{last, first}'

The query returns one row, which is the correct row for this contact.

The Find Contacts page works correctly for all others, as far as I know.

We are on version 1.n (not on 2 yet).

Does anyone have an idea on what could cause this?

Thanks,

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: "Find Contacts" returns double for one particular member
July 11, 2008, 10:56:22 am
There were some issues w/ duplicate rows showing in 1.x when a contact had multiple phone numbers and possibly a few other cases of multiple instances of location-related data. Might be the problem ??
Protect your investment in CiviCRM by  becoming a Member!

netvigator

  • I’m new here
  • *
  • Posts: 26
  • Karma: 2
Re: "Find Contacts" returns double for one particular member
July 11, 2008, 08:11:52 pm
> There were some issues w/ duplicate rows showing in 1.x when a contact had multiple phone numbers and possibly a few other cases of multiple instances of location-related data. Might be the problem ??

Now that you mention it, the person has two listed mobile phone numbers, which happen to be exactly the same.  I would assume that is it.

Thanks,

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • "Find Contacts" returns double for one particular member

This forum was archived on 2017-11-26.