algolia/algoliasearch-client-php

Where method only allows numbers

pdellepiane opened this issue · 1 comments

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?