Open
Description
Hi,
Somebody reported an issue where they could not search for amount_more:"0"
. Doing some delving, it looks like amount_more:0
works as expected but amount_more:"0"
does not. The former is recognized as a Field, the latter as a Word.
I can work around it because using amount_more:"0.0"
would fix this. But is this behavior expected?
Thanks!