Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add method to clear index #24

Merged
merged 1 commit into from
Jan 22, 2024
Merged

feat: add method to clear index #24

merged 1 commit into from
Jan 22, 2024

Conversation

EvanHahn
Copy link
Contributor

This adds indexer.deleteAll(), which deletes all rows from the docs table and the backlinks table.

Addresses #22.

This adds `indexer.deleteAll()`, which deletes all rows from the docs
table and the backlinks table.

Addresses #22.
Copy link

github-actions bot commented Jan 22, 2024

Pull Request Test Coverage Report for Build 7613965276

  • 18 of 18 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7613335140: 0.0%
Covered Lines: 305
Relevant Lines: 305

💛 - Coveralls

Copy link
Member

@gmaclennan gmaclennan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, looks good to me!

@EvanHahn EvanHahn linked an issue Jan 22, 2024 that may be closed by this pull request
@EvanHahn EvanHahn merged commit 6b34678 into main Jan 22, 2024
3 checks passed
@EvanHahn EvanHahn deleted the deleteAll branch January 22, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce method to clear data in index tables
2 participants