Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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 2025-07-08 UTC."],[[["\u003cp\u003eThis function enables combining multiple filters using a boolean OR operation.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a single, unified filter incorporating all specified filter conditions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eee.Filter.or()\u003c/code\u003e accepts a variable number of filters as input.\u003c/p\u003e\n"]]],[],null,["# ee.Filter.or\n\n\u003cbr /\u003e\n\nCombine two or more filters using boolean OR.\n\n\u003cbr /\u003e\n\nReturns the constructed filter.\n\n| Usage | Returns |\n|--------------------------|---------|\n| `ee.Filter.or(var_args)` | Filter |\n\n| Argument | Type | Details |\n|------------|-------------------|-------------------------|\n| `var_args` | VarArgs\\\u003cFilter\\\u003e | The filters to combine. |"]]