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

🐛 Handle blank query and snippets #370

Closed
wants to merge 1 commit into from

Commits on Sep 18, 2024

  1. 🐛 Handle blank query and snippets

    This commit will address blank catalog searches and how it interacts
    with snippets.  Prior, when the user submitted a blank catalog search,
    the entire indexed text will be returned.  This is not desired because
    if we're looking at a book with a hundred pages, then that's a lot of
    rendered text.  Instead, if we don't have a query string then we will
    also return.
    kirkkwang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5717545 View commit details
    Browse the repository at this point in the history