[[["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-08-20 UTC."],[],[],null,["# Model field name suggestions\n\nVersion 4.0.25.14 (latest)\n\n### Field name suggestions for a model and view\n\n`filters` is a string hash of values, with the key as the field name and the string value as the filter expression: \n\n {'users.age': '\u003e=60'}\n\nor \n\n {'users.age': '\u003c30'}\n\nor \n\n {'users.age': '=50'}\n\nRequest\n-------\n\nGET /models/{model_name}/views/{view_name}/fields/{field_name}/suggestions \nDatatype \nDescription \nRequest \nHTTP Request \npath \nHTTP Path \nExpand HTTP Path definition... \nmodel_name \nstring \nName of model \nview_name \nstring \nName of view \nfield_name \nstring \nName of field to use for suggestions \nquery \nHTTP Query \nExpand HTTP Query definition... \nterm \nstring \nSearch term pattern (evaluated as as \\`%term%\\`) \nfilters \nobject \nSuggestion filters with field name keys and comparison expressions\n\nResponse\n--------\n\n### 200: Model view field suggestions\n\nDatatype \nDescription \n(object) \n[ModelFieldSuggestions](/looker/docs/reference/looker-api/latest/types/ModelFieldSuggestions) \nsuggestions \nstring\\[\\] \nerror \n*lock* \nstring \nError message \nfrom_cache \n*lock* \nboolean \nTrue if result came from the cache \nhit_limit \n*lock* \nboolean \nTrue if this was a hit limit \nused_calcite_materialization \n*lock* \nboolean \nTrue if calcite was used\n\n### 400: Bad Request\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 404: Not Found\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link\n\n### 429: Too Many Requests\n\nDatatype \nDescription \n(object) \n[Error](/looker/docs/reference/looker-api/latest/types/Error) \nmessage \n*lock* \nstring \nError details \ndocumentation_url \n*lock* \nstring \nDocumentation link"]]