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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Middle name in search results
Pages: [1]

Author Topic: Middle name in search results  (Read 1565 times)

ahankinson

  • Guest
Middle name in search results
June 18, 2008, 05:51:50 pm
Hi all,

First off, the necessaries:

CiviCRM 1.9, MySQL 4.1 (I know, I know... it's our web host.  I'd love to move to Civi 2.x)

Some of our contacts go by their middle names, i.e.:

J. Richard Jackson

Is there any way to have their middle name show up in the search results without creating a new profile?  I've tried messing around in the .tpl files, but couldn't find a way to get it to display {last_name}, {first_name} {middle_name}

Thoughts?



Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Middle name in search results
June 18, 2008, 07:31:26 pm

Your best get is to do a search on the code for where sort_name is set (BAO/Contact.php, BAO/Individual.php) and fix those places to also include the middleName.

Search results displays the sort_name which is computed when we save a contact record. Fixing that will fix the display issue. It is not computed at the tpl level

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Middle name in search results

This forum was archived on 2017-11-26.