Am unable to filter on Date fields with Redis-search eg: entityStream.of(Object.class), at the same time, being able to filter other data types but not with Date type
tried with the below patterns but not working
SearchStream search = entityStream.of(Person.class);
search.filter(Person$.DOB.onOrAfter(dob)); //yyyy-MM-dd HH:mm:ss
Model can be seen in attached [1]: https://i.stack.imgur.com/GUmTb.png