searchTextSnippet property

String? searchTextSnippet
getter/setter pair

Contains snippets of text from the Job.description and similar fields that most closely match a search query's keywords, if available.

All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.

Implementation

core.String? searchTextSnippet;