stencila / libcore

📚 Stencila core function library
Apache License 2.0
5 stars 5 forks source link

filter function fails with an error if no matches are found #27

Closed michael closed 6 years ago

michael commented 6 years ago

Instead it should return an empty array.

image

nokome commented 6 years ago

Fixed so that returns an empty array when filtering an array and retrns an empty table (with the correct column names) when filtering a table.