Install
Works with Drupal: 7.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Downloads
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!