Support full-text search, maybe as an optional plugin #656
berb
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 3 replies
|
Wondering what's the alternative tool you use? I also have this issue. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's Your Idea?
Add support for full-text search (FTS) as a feature for Grimmory. I understand that this is relatively storage and compute heavy feature, so this should be optional. I currently see two resonable paths to go there:
Why Would This Be Helpful?
I understand that for some users FTS is an irrelevant feature, e.g., if you only want to read comics in the web application. Other users (I would include myself here) use a personal online book library to manage non-fiction, technical books and academic material. Here it is a prime feature to be able to search inside the books and not just in their meta data.
Anything Else? (Optional)
Want to Help Out?
Yes! I'd love to help implement this
Have You Considered Any Alternatives? (Optional)
I am currently employing an independent tool that is indexing the physical location of the books, thus enabling full-text search. However, as this is entirely decoupled from this web application, the only reference between the two is the filename.
Before Submitting
All reactions