Home > @findkit/ui > SearchResultHit
SearchResultHit interface
Like the findkit result but real dates instead of the string dates
Signature:
export interface SearchResultHit
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
content? | string | (Optional) | |
created | Date | ||
customFields | CustomFields | ||
highlight | string | ||
index | number | ||
language? | string | (Optional) | |
modified | Date | ||
score | number | ||
superwordsMatch | boolean | ||
tags | ReadonlyArray<string> | ||
title | string | ||
url | string |