- update algolia API client to
v3.35.1
- display the number of records in the batch and content types to index (eb2ef14)
- wait for clearIndex task completion before moving to the indexing part (a7218ab)
- trailing
index.html
are trimmed from page permalinks (83f55a0) - select which page layouts can be indexed (922277c)
- provide an indexing API key from the command line (fd5ae30)
- index the
image
property (7990bed) - restore
post.categories
andpost.tags indexing
(830ef22) - update
algoliasearch
tov3.31.0
(f1f27a6)
- Fix
--flush
flag documentation (#30)
- remove lodash from dependencies (#25)
- do not index
page.content
as it causes the indexing to fail if it is bigger than 10kB (#24, #15) - index
page.updated
(and itspage.updated_as_int
counterpart) #24
- remove chunk size from options — the default was decreased from
5000
to50
items at a time - index pages along with publishedPosts in the index (#21, #18)
- fix helper name in docs (#16)
- add
algolia_search()
,algolia_search_cdn()
andalgolia_search_config()
hexo helpers (#13)
- node>=4.0.0 jshint compat
- rename flags, remove AdminAPIKey from config and document things a bit more