rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 167 forks source link

union: fix misleading description of interleave when a function #1232

Closed tommilligan closed 5 years ago

tommilligan commented 5 years ago

Description

Closes #1231

Corrects documentation for union interleave argument, which uses the return value to sort rows. The documentation currently incorrectly states that the return value should be "a string to take as a field name".

See the rethinkdb tests for examples of this in action.

srh commented 5 years ago

Thanks @tommilligan.