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 no elements 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 have no matching elements in the secondary collection."],["This join type doesn't introduce any new properties to the resulting features."],["It's created using the `ee.Join.inverted()` method without any arguments."]]],[]]