The suggestable parameter lets you disable suggestions for a field when a user filters on that field in a Look or an Explore. The default value of suggestable is yes, and suggestions are provided when possible. If you set suggestable to no, Looker won't suggest values for the field.
Examples
Prevent Looker from providing filter value suggestions for the name dimension:
dimension: name {
type: string
sql: ${TABLE}.name ;;
suggestable: no
}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]