deepstreamIO / deepstream.io-provider-search-rethinkdb

A data-provider that makes every table searchable via rethinkdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

search should support `Date`s in rethink

Iiridayn opened this issue · comments

Because we are JSON.parseing the input, we have ISO strings instead of Dates - in order to search on date values, we should support converting those ISO strings back into Date objects to pass to the rethink driver.

Have code, will merge.

Never mind - didn't realize Dates were converted elsewhere in deepstream to ISO strings - will update my code to use millisecond timestamps at edges.