Algolia: Article
{
hasResults: 3,
indexName: "nyla_articles",
list: [
{
category: "fashion",
excerpt: "Get the latest fashion news and trends from around the world.",
id: "ghi789",
isFolderHomePage: false,
isHomePage: false,
seoDescription: "Get the latest fashion news and trends from around the world.",
slug: {
current: "/blogs/style/fall-fashion-trends",
},
title: "Fall Fashion Trends",
},
{
category: "recipes",
id: "def456",
isFolderHomePage: false,
isHomePage: false,
seoDescription: "Discover delicious and healthy recipes for every meal.",
slug: {
current: "/blogs/food/healthy-breakfast-ideas",
},
title: "Healthy Breakfast Ideas",
},
{
category: "news",
id: "abc123",
isFolderHomePage: false,
isHomePage: false,
seoDescription: "Stay up-to-date with the latest news from around the world.",
slug: {
current: "/blogs/news/breaking-news",
},
title: "Breaking News",
},
],
pagination: {
amountOfPages: 64,
hasNextPage: true,
hasPreviousPage: false,
page: 1,
pageSize: 3,
totalElements: 192,
},
searchTerm: "news",
}
Properties
number
The number of Algolia search results
string
The index name
array
The list of Algolia articles
- START - INTERNAL PROPERTIES OF {{ apps.algolia.list }}- END - INTERNAL PROPERTIES OF {{ apps.algolia.list }}
string
The category of the article
string
Excerpt from the article
string
The ID of the article
boolean
Whether the article is the folder homepage
boolean
Whether the article is the homepage
string
The SEO description of the article
object
The slug of the article
- START - INTERNAL PROPERTIES OF {{ slug }}- END - INTERNAL PROPERTIES OF {{ slug }}
string
The current slug of the article
string
The title of the article
object
Returns a pagination object.
- START - INTERNAL PROPERTIES OF {{ apps.algolia.pagination }}- END - INTERNAL PROPERTIES OF {{ apps.algolia.pagination }}
number
Returns the total number of pages.
boolean
Returns true if there is a next page.
boolean
Returns true if there is a previous page.
number
Returns the current page number.
number
Returns the number of items per page.
number
Returns the total number of items.
string
The search term