Stay organized with collections
Save and categorize content based on your preferences.
Returns a join that pairs each element from the first collection with a group of matching elements from the second collection. The list of matches is added to each result as an additional property. If measureKey is specified, each match has the value of its join measure attached. Join measures are produced when withinDistance or maxDifference filters are used as the join condition.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Pairs elements from the first collection with matching elements from the second, adding the matches as a new property."],["Optionally sorts the list of matches based on a specified property and order."],["Allows for saving the measure of the join condition (e.g., distance or difference) on each match if specified."],["Can include primary elements without matches in the results by setting the `outer` parameter to true."]]],[]]