Results 1 to 3 of 3

Thread: Change % for * in globa searches

  1. #1
    jlabuelo is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    426

    Default Change % for * in globa searches

    Hi all

    Just need to know if it is possible somehow to configure sugarcrm to use the star (char " * " ) as a global char for searches instead of using the percentage (Char "%"). Is there any easy way to configure this.

    Our users are located in Europe and they are more used to work with the star "*" for searches than "%"... I know it sounds silly but would like to know if it is possible

    Thanks a lot

  2. #2
    eggsurplus's Avatar
    eggsurplus is offline Sugar Community Member
    Join Date
    Dec 2005
    Location
    Minnesota
    Posts
    2,343

    Default Re: Change % for * in globa searches

    In include\SearchForm\SearchForm2.php you may be able to just find and change the following line:

    $like_char = '%';

    This will not be upgrade safe though.

  3. #3
    jlabuelo is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    426

    Default Re: Change % for * in globa searches

    Hi thanks a lot for the answer.

    I have done what you suggested me and replaced the
    PHP Code:
    $like_char '%'
    by
    PHP Code:
    $like_char '*'
    in SearchForm2.php. Then I saved the file and restarted the server.

    As this did not work and now it does not work with '*' neither `%` I have done the same change in $SearchForm.php

    However I still dont get the change to work.

    Is there anything like Quick Rebuild I should do after the change??

    I am using SugarCE 5.5.1 in Windows and MySQL

    Thanks a lot

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Why are my searches not changing?
    By anicolais in forum Help
    Replies: 3
    Last Post: 2010-03-26, 05:20 PM
  2. Searches
    By TheOne2001 in forum Developer Help
    Replies: 4
    Last Post: 2009-07-15, 07:17 PM
  3. Custom searches
    By DN667 in forum Help
    Replies: 4
    Last Post: 2008-08-05, 01:51 PM
  4. And/Or Searches
    By jcb23 in forum Help
    Replies: 2
    Last Post: 2008-04-22, 09:41 PM
  5. Searches
    By pentalift1 in forum Help
    Replies: 7
    Last Post: 2007-10-10, 06:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •