Replies: 1 comment
-
This has been now resolved with recent releases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
now we have only string type for value in TermQuery
protected string $value;
it's should be
protected string|float|int $value;
Beta Was this translation helpful? Give feedback.
All reactions