Stay organized with collections
Save and categorize content based on your preferences.
Returns a join that produces the elements of the primary collection that match any element of the secondary collection. No properties are added to the results.
[[["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."],[[["Returns a join that selects elements from the primary collection that match elements in the secondary collection."],["The join operation doesn't add any new properties to the results, only filtering the primary collection."],["It's created using `ee.Join.simple()` with no arguments required."]]],[]]