Changes between Version 26 and Version 27 of projects/crm_review/usecases


Ignore:
Timestamp:
Oct 17, 2008, 2:39:17 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/crm_review/usecases

    v26 v27  
    188188'''Can the simple search search by first name?'''
    189189
    190 [http://forum.civicrm.org/index.php/topic,2286.0.html Nope]. Not without a code change. However, you can put a % sign in front of the first name.
     190[http://forum.civicrm.org/index.php/topic,2286.0.html Nope]. Not without a code change. However, you can put a % sign in front of the first name. Arif and I discussed the possibility of using javascript to insert the percent sign at the beginning of the entered search term. This would allow us to allow first name searches with just a template change.
    191191
    192192'''How does CiviCRM scale? What is the average size for CiviCRM databases? How will 10,000+ database perform in shared hosting environments?'''