Skip to content

Commit

Permalink
feat: send each doc as one record to Algolia (#10)
Browse files Browse the repository at this point in the history
* Send each Doc as one record to Algolia

Earlier each doc were split by headings and sent as X records to Algolia causing search returning the same document multiple times.
  • Loading branch information
matuszewskijan authored Aug 20, 2021
1 parent 2c9605e commit 6e33a97
Show file tree
Hide file tree
Showing 4 changed files with 41,516 additions and 20,516 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
Loading

0 comments on commit 6e33a97

Please sign in to comment.