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

Enhance boolean search expression. #226

Merged
merged 2 commits into from
Nov 12, 2020

Commits on Oct 26, 2020

  1. Enhance boolean search expression.

    This patch changes two things:
    1) When using custom Tokenizer, enables searching for UUIDs, product names and other items with dashes in their names by counting only space and dash character as an expression instead of just dash (see:
    teamtnt#161, teamtnt#215, trilbymedia/grav-plugin-tntsearch#92)
    2) In some sense it partialy reverts teamtnt@33cc524 as email address parts are broken into tokens in the default Tokenizer anyway.
    ViliusS committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6b4c2c7 View commit details
    Browse the repository at this point in the history
  2. Make Scrutinizer tests happy.

    ViliusS committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6b983c7 View commit details
    Browse the repository at this point in the history