Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 38.88 KB
MD5: 38da7cf9dcf4450f98136483e1ffce4b
SHA-1: bb535a4051df445f68566651485957b138b7afba
SHA-256: 343aaa6f15b99e981beb17ac1e297b5bd73d9edef3f0b9096d9286af035ca024
Download zip 45.38 KB
MD5: bc6551cf055c7b2a7101776749ca2ea1
SHA-1: 87fed6f5160c47960f5c97c95a487fdbd8d72d13
SHA-256: a8983cca3588f743704ef5dc875f2c5beff67ca09db828b28122e6b99df53ca5

Release notes

Search API Solr Partial Word Matching aims to improve the fulltext search by adding
the partial word matching functionality.

============
Installation
============

1. If you work with composer to install modules in your drupal 7 project:
composer require drupal/search_api_solr_partial_word_matching

If you work with drush to install modules in your drupal 7 project:

- To download the module: drush dl search_api_solr_partial_word_matching
- To enable the module : drush en search_api_solr_partial_word_matching

2. Next step before using the module!
Before using the module and the partial word matching functionality,
you should configure your Apache Solr with schema.xml situated in solr-conf/7.x (the new schema.xml include the new functionality - for now, only the 7.x solr-conf is already available).

3. Go to Configuration > Search API > select tab fields in index related to SOLR SERVICE
and change Fulltext to Fulltext (partial word matching) type.

Enjoy!

Created by: matio89
Created on: 26 Jul 2019 at 19:18 UTC
Last updated: 26 Jul 2019 at 19:23 UTC

Other releases