What is Search API Solr Partial Word Matching ?

The Search API Solr Partial Word Matching Drupal 7 module intends to improve the full text search by adding the partial word matching functionality.

How to use Search API Solr Partial Word Matching module?

Install it like any other module.

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

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).

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

Enjoy !

Don't forget to reindex!

Supporting organizations: 

Project information

Releases