-
Notifications
You must be signed in to change notification settings - Fork 36
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 support for capturing group in tag inclusion. #27
Closed
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d17f3d2 - Browse repository at this point
Copy the full SHA d17f3d2View commit details
Commits on Sep 17, 2024
-
Use a
Searcher
singleton across all searches to improve performanceIn the current implementation, every search opens/loads Whoosh index and initiates a new `Searcher` instance. This commit introduces a singleton to eliminate such behaviour, except when syncing attachments that requires the new index. The downside of this change is that after syncing, the Flask app needs to be restarted for the searcher to use the new index.
Configuration menu - View commit details
-
Copy full SHA for a23174a - Browse repository at this point
Copy the full SHA a23174aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a4d33 - Browse repository at this point
Copy the full SHA 63a4d33View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 208b200 - Browse repository at this point
Copy the full SHA 208b200View commit details -
In the current implementation, every search opens/loads Whoosh index to retrieve last sync time. This commit caches the last sync time. The downside of this change is that after syncing, the Flask app needs to be restarted for the searcher to use the new index.
Configuration menu - View commit details
-
Copy full SHA for a7bc9ff - Browse repository at this point
Copy the full SHA a7bc9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for acfcb32 - Browse repository at this point
Copy the full SHA acfcb32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c6c492 - Browse repository at this point
Copy the full SHA 7c6c492View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f58c9f8 - Browse repository at this point
Copy the full SHA f58c9f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 713cc2c - Browse repository at this point
Copy the full SHA 713cc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b4610 - Browse repository at this point
Copy the full SHA 05b4610View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07446cd - Browse repository at this point
Copy the full SHA 07446cdView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1135baf - Browse repository at this point
Copy the full SHA 1135bafView commit details -
When server has small memory and documents are too many, syncing may cause OOM. This change may reduce such possibility.
Configuration menu - View commit details
-
Copy full SHA for c733ac4 - Browse repository at this point
Copy the full SHA c733ac4View commit details -
Caching papers for 24hrs and reloading searcher index every 12hrs in case the index has been updated.
Configuration menu - View commit details
-
Copy full SHA for 7b4e58b - Browse repository at this point
Copy the full SHA 7b4e58bView commit details
Commits on Sep 27, 2024
-
Compute the facet html in Python instead of in Jinja template. When facets are nested and in hundreds/thousands, this change can reduce rendering speed by hundreds of milliseconds.
Configuration menu - View commit details
-
Copy full SHA for 7b6924d - Browse repository at this point
Copy the full SHA 7b6924dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 366d318 - Browse repository at this point
Copy the full SHA 366d318View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e7ea4 - Browse repository at this point
Copy the full SHA f3e7ea4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.