SQL handler throws exception if WHERE clause is present
>
> Hello,
>
> I was, finally, trying the SQL handler on one of our collections. Executing a
> SELECT * FROM logs LIMIT 10 runs fine, but restricting the set using a WHERE
> clause gives me the exception below. The type f
Hello,
I was, finally, trying the SQL handler on one of our collections. Executing a
SELECT * FROM logs LIMIT 10 runs fine, but restricting the set using a WHERE
clause gives me the exception below. The type field is a String type, indexed
and has DocValues.
I must be doing something wrong, bu