-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contains not working properly #138
Comments
I noticed a comment in the source code saying that it will not be supported for the time being. Is there any technological issue ? |
Ok, problem solved, I updated the driver the following way by implementing the spec. rdb/ValuedQuery/ValuedQuery.php:243
rdb/Queries/Aggregations/Contains.php:10
I don't know ATM how to push a PR, but as soon as I know, I'll do it. I'm working on enhance rAnd and rOr too. |
Submitted PR #140 to solve issue |
Hello,
the contains function from the php-rql driver only supports one argument, but the JS driver supports multiples arguments.
Plus, the rAnd function should also support multiple arguments, like the JS one.
Is there any method to implement it ?
How can I edit the rAnd implementation to make it support multiple arguments ?
Thanks.
The text was updated successfully, but these errors were encountered: