BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 6
    Arthur Schladt on #53000

    OMG Guys, what a “Support”!
    I had to find a solution myself πŸ™
    and it was only 2 additional row of code:

    foreach ( $value as $val ) {
      $xp_query[] = array(
      'field'   => $rule['match_field_id'],
      'value'   => $val,
      'compare' => $compare,
    );
    }

    in bp_friends_suggestions_pro_get_xprofile_query function
    😐

  • Participant
    Level: Initiated
    Posts: 6
    Arthur Schladt on #52964

    Hi Brajesh,
    I cant believe, that so easy functional not be implemented!
    As I understand, it just need to correct the sql-query for comparing data from two fields.
    Maybe it possible to write some pattern for LIKE operator, or use some other operator

  • Participant
    Level: Initiated
    Posts: 6
    Arthur Schladt on #52642

    Hello Brajesh,
    sorry to hear that πŸ™
    So, seems than this addon not working properly, because it should be a core function, I think.
    Because otherwise how can you make a matching in multi-select fields?!

  • Participant
    Level: Initiated
    Posts: 6
    Arthur Schladt on #52606

    Hi Brajesh,
    Any news about new operator’s implementation? 🙂

  • Participant
    Level: Initiated
    Posts: 6
    Arthur Schladt on #52570

    Hello Ravi,
    Any news about new operator’s implementation? πŸ™‚

  • Participant
    Level: Initiated
    Posts: 6
    Arthur Schladt on #52532

    I mean that it is standard multi-select field type from Buddyboss Profile Fields set, not from “BuddyPress Xprofile Custom Field Types” plugin.
    So, yes – maybe it should be an additional Operator.
    Could you implement it? Please! πŸ™‚