redis-om-python icon indicating copy to clipboard operation
redis-om-python copied to clipboard

JsonModel does not support a field of list of str with validation

Open oren-twigo opened this issue 3 years ago • 0 comments

for example: tags: List[str] = Field(min_length=1)

error: "In this Preview release, list and tuple fields can only contain strings. Problem field: tags. See docs: TODO"

note: tags: List[str] = Field(index=True) Does work.

oren-twigo avatar May 10 '22 12:05 oren-twigo