Changes between Initial Version and Version 1 of Ticket #5839, comment 5
- Timestamp:
- 08/25/2014 07:18:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5839, comment 5
initial v1 7 7 > The fields that generated a match are also put into the BP_User_Query->results array, so that if you want to display the matched content in the loop, you don't have to query for it (BP_User_Query->results[ user_id ]->xprofile_matched_fields) 8 8 9 Just got to patch up `xprofile_get_field_data()` to look for this data when in the member loop because I hate extra queries :) 9 ~~Just got to patch up `xprofile_get_field_data()` to look for this data when in the member loop because I hate extra queries :)~~ 10 11 That doesn't make sense. Forget I said anything!