Navigation Menu

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

Add support of wildcards in query parser (3.0) #5766

Merged
merged 2 commits into from Mar 14, 2019
Merged

Add support of wildcards in query parser (3.0) #5766

merged 2 commits into from Mar 14, 2019

Commits on Mar 13, 2019

  1. Improve handling of wildcards in query parser

    Make parser be able to handle wildcards in terms and also pure
    wildcards.
    
    Fixes #5719
    Edmundo Alvarez authored and dennisoelkers committed Mar 13, 2019
    Copy the full SHA
    4177f80 View commit details
    Browse the repository at this point in the history
  2. Do not throw error for undefined value in syncTo

    Set default value for function argument, avoiding the query parser to
    throw an error when that occurs.
    Edmundo Alvarez authored and dennisoelkers committed Mar 13, 2019
    Copy the full SHA
    377ea63 View commit details
    Browse the repository at this point in the history