Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download search_api_federated_solr-8.x-2.0.tar.gztar.gz 42.85 KB
MD5: 350743341936f167a25af8d2f122cc29
SHA-1: 810c853b81a238f7c1f2c884358a90b5a13f8610
SHA-256: 0b313defe33255aa3c6155ada55865c5655bcce5f7d866c62d3083cc7b1b5db7
Download search_api_federated_solr-8.x-2.0.zipzip 63.81 KB
MD5: b377e2c69d8c9d9a20f9a859ebfd4e67
SHA-1: 09608c5c6fbb7d953c66363c21705a23ca823972
SHA-256: a9e844e673bcc6b444b394486a05197e4f21731f232443397d7e5315815330c1

Release notes

This release adds search block and form theming templates, theme hook suggestions for search block form inputs, search-as-you-type autocomplete functionality on search results page + search block, and removes some opinions from the search app (namely: some base styles and assigning search fields in the search GET request to Solr).

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 set 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 boosting by index fields.
  • palantirnet/federated-search-react#31 The base search app styles are now much less opinionated (i.e. some base styles have been stripped)

Adds

Created by: jesconstantine
Created on: 15 Mar 2019 at 12:14 UTC
Last updated: 29 Mar 2019 at 17:53 UTC
New features

Other releases