redis / redis-om-node

Object mapping, and more, for Redis and Node.js. Written in TypeScript.
MIT License
1.18k stars 80 forks source link

[Question] How to fetch specific attributes from search result #213

Closed PatelVishalJ closed 1 year ago

PatelVishalJ commented 1 year ago

With redis-om-node, what is equivalent of this?

FT.SEARCH idx:schools_json "@city:{London}" RETURN 2 name cityArea

guyroyse commented 1 year ago

There isn't one. Redis OM for Node.js will, by design, only return the entire document.