redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.12k stars 112 forks source link

Index embedded models #351

Closed erniavr closed 2 years ago

erniavr commented 2 years ago

Please add the ability to mark class members of EmbeddedJsonModel as indexed when the EmbeddedJsonModel is in a List in the JsonModel.

sav-norem commented 2 years ago

@simonprickett

I believe this is already implemented - here's an example with a list of EmbeddedJsonModel and the embedded model has members indexed.