You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support @indexed(alias) on nested Map fields for uppercase JSON handling
- RediSearchIndexer now respects @indexed(alias) annotations on nested fields within Map value objects
- RediSearchQuery properly handles aliases in MapContains queries and combined queries
- Added comprehensive test coverage for uppercase JSON field mappings in Map complex objects
- Fixes MapContains repository methods when JSON fields use different casing than Java fields
This enables proper querying of Map fields containing complex objects where the JSON structure
uses uppercase field names (e.g., from external systems) while maintaining standard Java naming
conventions through @JsonProperty and @indexed(alias) annotations.
0 commit comments