8.x-2.0
jesconstantine
released this
14 Mar 21:09
·
145 commits
to 8.x-2.x
since this release
8.x-2.0
This release adds search block and form theming templates, theme hook suggestion for search block form inputs, search-as-you-type autocomplete functionality, and removes some opinions from the search app (namely: some base styles and assigning search fields in the search request)
Breaking Changes
v8.x-2.0 of this project will likely require you to make css updates to your implementation and will likely require you to add query fields to the default Request Handler in your solr server config.
- palantirnet/federated-search-react#29 The search query no longer sets a default search field (formerly q=tm_rendered_item:) and will instead respect (and rely on) the solr server core configuration for default query fields. This will also allow for index field boosting
- palantirnet/federated-search-react#31 The base search app styles are now much less opinionated (i.e. some base styles have been stripped)
Adds
- The search app main query text field can be configured to function as a standard text field with no autocomplete (default) or as a search-as-you-type autocomplete text field.
- The search block text field can be configured to function as a standard text field with no autocomplete (default) or as a search-as-you-type autocomplete text field.
- Site name, type, terms, and date facets/filter are now able to be configured to be hidden from the UI
- Term facets state are now tracked in the URL as a qs param
- palantirnet/federated-search-react#30 More CSS classes have been added to the pager and search result items
- 3037751 Templates for the Federated Search Page Form block and its search form