Closed ovaistariq closed 1 year ago
:tada: This PR is included in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Reviewpad Report
:bangbang: Errors
Unconventional commit detected: 'Fix a bug with collection schema (#295)
Fix a bug where for a collection schema the collection field and schema field options were not merged properly
If there was a field defined as follows:
@SearchField(TigrisDataTypes.ARRAY, { elements: TigrisDataTypes.STRING, facet: true })
@Field(TigrisDataTypes.ARRAY, { elements: TigrisDataTypes.STRING })
genres: Array
Due to a bug, the field annotation was overwriting the SearchField annotation.
Now with this fix, we merge the options in the two annotations.' (3eb3b88ade665d07612d88680549495534c2f270)
:tada: This PR is included in version 1.0.0-beta.42 :tada:
The release is available on:
Your semantic-release bot :package::rocket: