Skip to content

Commit

Permalink
Merge ea78553 into 6b34678
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jan 22, 2024
2 parents 6b34678 + ea78553 commit 2b8e5bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,6 @@ The name of the table for storing backlinks (used internally for indexing).

Index an array of documents. Documents can be in any order. Documents must have an `id` property, a `version` property that is unique, and a `links` property which is an array of version ids for the documents parent(s).

### indexer.onceWriteDoc(version, listener)

Set a listener for a doc at a specific version. Useful for performing an action based on completion of indexing of a document.

### indexer.deleteAll()

Delete all documents and backlinks. Useful if you want to reset the index.
Expand Down

0 comments on commit 2b8e5bf

Please sign in to comment.