i am trying to make container descriptions searcha...
# advice-metadata-modeling
b
i am trying to make container descriptions searchable -> so added an @Searchable annotation in EditableContainerProperties.pdl
Copy code
record EditableContainerProperties {
  /**
   * Description of the Asset Container as its received on the DataHub Platform
   */
  @Searchable = {
    "fieldType": "TEXT_PARTIAL",
    "enableAutocomplete": true,
    "boostScore": 10.0
  }  
  description: optional string
}
it was easy to make it search the field, but the preview does not return the "reason" for the match. Is there an easy way to amend that?