Closed fabiel-leon closed 1 year ago
The DD option is not available from Redis OM. So, the short answer is that you can’t.
Regarding your second question. You can bypass the fluent search interface in Redis OM by calling .searchRaw
instead of .search
. Just pass in your raw query and then use the various .return.*
mechanism as normal.
how can i remove index also removing documents using this api ?
and query the index without specifying a field ?