Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchResultHighlight

An object containing segments of text from search results with query-matching text highlighted using HTML <em> tags.

Hierarchy

  • SearchResultHighlight

Indexable

[propName: string]: any

SearchResultHighlight accepts additional properties.

Index

Properties

Properties

Optional body

body: string[]

An array of strings containing segments taken from body text in the search results, with query-matching substrings highlighted.

Optional title

title: string[]

An array of strings containing segments taken from title text in the search results, with query-matching substrings highlighted.

Optional url

url: string[]

An array of strings containing segments taken from URLs in the search results, with query-matching substrings highlighted.

Generated using TypeDoc