You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official clients convert the array to a function but I guess we could do the same (just pointing out that RethinkDB actually only supports field name or function in case someone else wants to add this).
rethinkdb lets us define compound indexes without needing a function if we pass an array of values.
https://www.rethinkdb.com/docs/secondary-indexes/javascript/
It would be good if we could do something similar like:
The text was updated successfully, but these errors were encountered: