The following example shows an example for a query with the misspelled keyword dynamc. The response body returned 29 results among which there is a map.
{
"spellcheck": {
"suggestedQuery": "Dynamic",
"htmlSuggestedQuery": "<span class=\"kwicmatch\">Dynamic</span>"
},
"facets": [
{
"key": "Category",
"label": "Category",
"hierarchical": false,
"multiSelectionable": true,
"rootNodes": [
{
"value": "Reference Guide",
"label": "Reference Guide",
"selected": false,
"totalResultsCount": 9,
"childNodes": [],
"descendantSelected": false
}
]
}
],
"results": [
{
"metadataVariableAxis": "FT_Version",
"entries": [
{
"type": "MAP",
"map": {
"mapId": "UOKVI2OY1Xz2UP3W0yx7ig",
"mapUrl": "https://my_site.fluidtopics.net/api/khub/maps/UOKVI2OY1Xz2UP3W0yx7ig",
"readerUrl": "https://my_site.fluidtopics.net/r/my-content",
"title": "Dynamic Suggestions",
"htmlTitle": "<span class=\"kwicmatch\">Dynamic</span><span class=\"kwicstring\"> Suggestions</span>",
"htmlExcerpt": "",
"metadata": [
{
"key": "ft:lastUpdate",
"label": "ft:lastUpdate",
"values": [
"2020-01-16"
]
}
],
"editorialType": "BOOK",
"source": {
"id": "ait",
"name": "Default Author-it",
"type": "Authorit",
"description": "Default Author-it source"
},
"lastEditionDate": "2020-01-16",
"openMode": "FLUIDTOPICS"
}
}
]
}
],
"paging": {
"currentPage": 1,
"totalResultsCount": 20,
"totalClustersCount": 20,
"isLastPage": true
}
}
| Field | Type | Description |
|---|---|---|
map |
Object | Contains information in relation with the map. |
mapId |
String | The ID parameter of the map. |
mapUrl |
String | The URL fragment to get the map metadata. |
readerUrl |
String | The URL fragment describing a Fluid Topics reader entry point to the corresponding map. It is the pretty URL when available. |
title |
String | The map title. |
htmlTitle |
String | The map title written in HTML with kwicstring and kwicmatch CSS classes. |
htmlExcerpt |
String | The content excerpt as displayed in the Search results page, written in HTML with kwicstring and kwicmatch CSS classes.This field remains empty for Books as they do not have abstracts in the Search results page. |
metadata |
Array | Contains information in relation with the map metadata. |
key |
String | The metadata facet's ID. |
label |
String | The metadata's name as displayed in Fluid Topics. |
values |
String | The map's metadata values for a given metadata element. |
editorialType |
String | The publication type. It has two possible values:
|
source |
Object | Contains information in relation with the source used to publish the map in Fluid Topics. |
id |
String | The ID of the source. |
name |
String | The name of the source. |
type |
String | The type of the source. |
description |
String | The description of the source. |
lastEditionDate |
String | The date (YYYY-MM-DD) on which the map was last modified. |
openMode |
String | Defines where the publication is opened. It has two possible values:
|
originUrl |
String | The origin URL of the publication. The originUrl element is present only when the openMode object has the value external. |