[[["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 filter that passes if the selected property's value falls within a specified range, including both the lower and upper bounds."],["The filter is constructed using the `ee.Filter.rangeContains()` method, requiring the property name (`field`), minimum value (`minValue`), and maximum value (`maxValue`) as inputs."],["Accepts various data types for the minimum and maximum values, adapting to the property being evaluated."]]],[]]