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

Omit words longer than 80 characters from the search index #1809

Merged
merged 2 commits into from
Jun 22, 2022

Commits on May 22, 2022

  1. When creating the search index, omit words longer than 80 characters

    This avoids creating deeply nested objects in searchindex.json
    mattheww committed May 22, 2022
    Configuration menu
    Copy the full SHA
    d65ce55 View commit details
    Browse the repository at this point in the history
  2. Test that long words are omitted from the search index.

    Note they do appear in the 'docs' part of searchindex.json (so they will be
    visible in search teasers).
    mattheww committed May 22, 2022
    Configuration menu
    Copy the full SHA
    00a55b3 View commit details
    Browse the repository at this point in the history