The `serialize_term_queries` method sets but never uses a variable called `field`: https://github.com/tow/sunburnt/blob/7528ec4b01fc9e2aea02a3938d8df69eb17f2937/sunburnt/search.py#L73 Given that no one has noticed this before, I presume it's just unnecessary code rather than a more severe bug.
The
serialize_term_queriesmethod sets but never uses a variable calledfield:sunburnt/sunburnt/search.py
Line 73 in 7528ec4
Given that no one has noticed this before, I presume it's just unnecessary code rather than a more severe bug.