danielmewes / php-rql

A PHP client driver for the RethinkDB query language (ReQL).
http://php-rql.dnsalias.net/
339 stars 60 forks source link

rOr works only with 2 arguments #132

Open lexx27 opened 8 years ago

lexx27 commented 8 years ago

Hello and sorry in case this issue is stupid

I don't know if I am missing something, but I think that the "or" and "and" operations are supposed to support unlimited arguments. In this library though, they only accepts 2 arguments and ignore the rest.

Geekimo commented 8 years ago

I'd like to know too, same problem.

Geekimo commented 8 years ago

Found a solution, check #138 I'm working to fix it.

Geekimo commented 8 years ago

Submitted PR #140 to solve issue