#i have problem with redis-om-node with searchraw
1 messages · Page 1 of 1 (latest)
Redis OM for Node.js doesn't do that. You always get all the fields.
But shouldnt the raw query be respected in this case since it is; well; raw
It's just the query part that interacts with the index. The params like RETURN and LIMIT are generated when you call things like .return.all().
a bit weird ngl
i would assume raw would act like raw and not suffer from library behavior