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

Add caching for PDF and Office files #33

Open
Tracked by #39
luleyleo opened this issue Nov 15, 2024 · 0 comments
Open
Tracked by #39

Add caching for PDF and Office files #33

luleyleo opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@luleyleo
Copy link
Owner

Currently, the text has to be extracted every time a search starts. It would be much faster for successive searches if the content is cached like what ripgrep-all does.

The extracted text could be stored in a SQLite database indexed by a hash of file path and modification date.

@luleyleo luleyleo added the enhancement New feature or request label Nov 15, 2024
This was referenced Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant