Skip to content

Exists query does not work #2508

@Zhincore

Description

@Zhincore

Describe the bug

Which version of tantivy are you using?
0.22.0

To Reproduce

  1. Have a Tantivy setup, I didn't find any correlation with field types or anything.
  2. Have QueryParser, e.g. let query_parser = QueryParser::for_index(&index, vec![ ...your default fields... ])
  3. Try to parse an exists query query_parser.parse_query("name:*")
  4. You get the above error :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions