Replies
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
π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 operatorHello 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?!Hi Brajesh,
Any news about new operatorβs implementation? 🙂Hello Ravi,
Any news about new operator’s implementation? π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! π