Menu

#193 Contact search additional fields, no search on 1st load

v1.0.2
open
nobody
General (114)
5
2004-10-07
2004-10-06
No

Patch on CVS code 2004-09-16

1. Contact search string to search additional fields:
all address fields
contact type field
all phone fields

2. Disable contact search on first load. This really
helps databases with large # of contacts.

replaces this file /modules/contacts/index.php

add this to config.php
// search in additional fields of contact in contact
list page
// such as all address fields, contact type and all
phone fields
$dPconfig['extended_contact_filter'] = true;

// initiate contact search on load
$dPconfig['search_contact_onload'] = true;

Discussion

  • Michael Pranivong

    Logged In: YES
    user_id=973991

    added a bug fixed for the contact company to display properly

     
  • Michael Pranivong

    • summary: Contact search additional fields --> Contact search additional fields, company display fixed
     
  • Michael Pranivong

     
  • Michael Pranivong

    • summary: Contact search additional fields, company display fixed --> Contact search additional fields, no search on 1st load
     

Log in to post a comment.