Skip to content

Releases: palantirnet/search_api_federated_solr

7.x-2.1

30 May 15:15
963c40f
Compare
Choose a tag to compare

This release includes one change:

#94 Adds the canonical URL Search API index data alteration to the 2.x branch. (This was previously added to 7.x-1.x in #39.). The data alteration is useful for sites using Domain Access.

8.x-2.2-alpha

04 Apr 19:15
Compare
Choose a tag to compare
8.x-2.2-alpha Pre-release
Pre-release
Merge branch '3045930-use-canonical-urls' into 8.x-2.2-integration

8.x-2.0

14 Mar 21:09
ea8fb10
Compare
Choose a tag to compare

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

8.x-1.0

18 Dec 23:31
Compare
Choose a tag to compare

Initial public release.

7.x-1.0

18 Dec 23:34
b5402ee
Compare
Choose a tag to compare

Initial public release, D7.