Skip to content

Commit

Permalink
work on AND operator
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Nov 23, 2024
1 parent 89b19b3 commit 5f85f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jamesql/rewriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def simplify_string_query(parser, query, correct_spelling_index=None):
result = QuerySimplifier()
result.transform(tree.copy())

query = simplifier(result.terms)
# query = simplifier(result.terms)
print(query)
query = " ".join(query).strip()

Expand Down

0 comments on commit 5f85f3d

Please sign in to comment.