We would like to custom the internal search (the box search to the left above the catalog tree) on our commerce site. For example we would like to increase the number of hits and search on part of a article number and get hits, for example SE-4101* or *4101. Any ideas?
I would recommend implementing your own subclass of Mediachase.Search.Providers.Lucene.LuceneSearchQueryBuilder and then replace it in the configuration inside Mediachase.Search.config
We would like to custom the internal search (the box search to the left above the catalog tree) on our commerce site. For example we would like to increase the number of hits and search on part of a article number and get hits, for example SE-4101* or *4101. Any ideas?