Search API Strip Strings

Categories

Component ID

2268413

Component name

Search API Strip Strings

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module adds a new data alteration to the Drupal Search API. The new data alteration allows strings to be stripped from fulltext or string fields, and stored as a new field.

This is useful for stripping preceding characters from product codes. And other things.

Example usage:

  • PHC12345 -> could also be stored as 13245.
  • 1021A -> could also be stored as 1021.
  • £1,000 -> could also be stored as 1000.