[buddypress-trac] [BuddyPress Trac] #5694: Issue with the ampersand character in members search
    buddypress-trac 
    noreply at wordpress.org
       
    Wed Aug 13 01:03:43 UTC 2014
    
    
  
#5694: Issue with the ampersand character in members search
------------------------------------------+------------------
 Reporter:  dontdream                     |       Owner:
     Type:  defect (bug)                  |      Status:  new
 Priority:  normal                        |   Milestone:  2.1
Component:  Members                       |     Version:
 Severity:  normal                        |  Resolution:
 Keywords:  needs-unit-tests needs-patch  |
------------------------------------------+------------------
Comment (by dontdream):
 No, this time the problem is that we (incorrectly?) store '&' as '&'
 so we need something like
 {{{
 search_terms = search_terms.split( '&' ).join( '&' );
 }}}
 see comment:3
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5694#comment:9>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
    
    
More information about the buddypress-trac
mailing list