[[["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 2024-08-06 UTC."],[],["The `SearchSuggestionsViewOptionsTheme` enum defines theme options for a search suggestions view. It offers three options: `alwaysLight` (0), which forces light mode; `alwaysDark` (1), which forces dark mode; and `matchSystem` (2), which dynamically switches between light and dark modes based on the device's current system settings. These options are available in both Swift and Objective-C with corresponding integer values.\n"]]