Skip to content

Commit c5ad696

Browse files
I swear I have changed this 4 times now
1 parent 9069dd5 commit c5ad696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/query/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def _build_query_string(self) -> str:
812812
else:
813813
filter_expression = ""
814814

815-
text = f"(~@{self._text_field}:({self.tokenize_and_escape_query(self._text)}))"
815+
text = f"(@{self._text_field}:({self.tokenize_and_escape_query(self._text)}))"
816816
if filter_expression and filter_expression != "*":
817817
text += f"({filter_expression})"
818818
return text

0 commit comments

Comments
 (0)