Where method only allows numbers
pdellepiane opened this issue · 1 comments
pdellepiane commented
I'm getting the following error: Invalid syntax for numeric condition
This is because on the "where" comparison is trying to parse an integer and I have a string.
My IDs are tokens so they are a mix of numbers and letters.
Is there a way out of this?
chloelbn commented
Duplicate of algolia/scout-extended#203