Closed PatelVishalJ closed 1 year ago
With redis-om-node, what is equivalent of this?
FT.SEARCH idx:schools_json "@city:{London}" RETURN 2 name cityArea
There isn't one. Redis OM for Node.js will, by design, only return the entire document.
With redis-om-node, what is equivalent of this?
FT.SEARCH idx:schools_json "@city:{London}" RETURN 2 name cityArea