|
Tip
|
The 2.x versions are Spring Boot 3 compatible. |
This version includes all changes up to 2.0.3 Release Notes
Added new endpoints to fetch Field Reference objects for lookup population in FieldReferenceEndpoint.
Updated Facet metadata to use the new Field Reference endpoints to fetch the options for the Facet form Field lookup field.
The protected method RSQLSolrQueryContributor#getCategoryProductMembershipFilter had its signature updated to now include ContextInfo as a parameter. This was done to fix an issue where Category Product Membership filters were not being applied correctly to the Search Solr query as they were missing the correct query locale. The ContextInfo parameter can be passed in order to identify the default Tenant locale as part of the LocaleHelper#getQueryLocale method that identifies the correct query locale.