You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: index only visible_to_public articles to algolia (#3001)
* feat: index only visible_to_public articles to algolia
* refactor: move isVisibleToPublic to article model
* chore: improvements on indexing
* spec: updated tests
`Backfilling article: ${articles.indexOf(article)+1} of ${articles.length}, ${article.slugs[article.slugs.length-1]}, published at ${article.published_at}`
350
+
`Backfilling article: ${articles.indexOf(article)+1} of ${
351
+
articles.length
352
+
}, ${article.slugs[article.slugs.length-1]}, published at ${
353
+
article.published_at
354
+
}`
351
355
)
352
-
353
356
354
357
/*
355
358
Write backfill logic here. Make sure to callback with cb()
0 commit comments