OR support in /rows query parameter?

Hi,

Is there support for multiple values in the query parameter for the /rows endpoint? Something like:

/rows?query=“column-id”:[“value1”,“value2”,“value3”]

I have a doc setup in a GraphQL structure and am trying to batch requests as precisely as possible. Thanks!

I am bumping this as I also was looking for a solution to this!

EDIT: It seems like this has not been built yet. The solution is to create a filtered view and call rows from there