- Issue created by @iseeaflyingcrane
- π©πͺGermany mkalkbrenner π©πͺ
Use the Analyzer to verify how such values get indexed and how they are searched. It is available in the Solr UI or by search_api_solr_admin. It is just a configuration issue , not a bug. It is important to modifay the string the same way when indexing and searching.
We handle very similar SKUs at Jarltech.
I recommend that you define your own content domain and modify the text based string type according to your needs.
https://www.drupal.org/docs/8/modules/search-api-solr/search-api-solr-ho... βIf you do so, leverage Solr's patternReplace char filter instead of Search API's ignore chars processor. This is way more efficient.