Skip to content

.fielded gets maximum recursion error in Python3 #19

Description

@versae

I am trying this code:

>>> from lucenequerybuilder import Q
>>> Q("do*", wildcard=True).fielded

And then I get:

RuntimeError: maximum recursion depth exceeded

Same code works as expected in Python 2.7:

>>> from lucenequerybuilder import Q
>>> Q("do*", wildcard=True).fielded
False

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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