Anyone else noticed this?
I updated an entity Object with some new fields, restarted the database to pick up the new schema and now none of the indexes work, except the @Id.
I can query by any field that is not indexed on the existing Object but as soon as I try and query against a field that was indexed I get no results.
Tried 2.4.2 and 2.4.2_02 with same results.