Register additional tags in Lucene order document mapper

Hi,

Problem: we’re creating a search field for the order history page on “my pages” for the customer.
However, some of the data we want to search does not seem to be searchable.

From what I can see myself in the OrderDocumentMapper.cs (decompiled), these fields are never registered as Tags in the document. Assuming “OrderDocumentMapper.cs” is the correct file, I could be wrong.

Example of data/fields we need to be searchable.

  1. “OrderRowDescription” for each order row, based on OrderDocumentMapper.cs no tag is added for this key.
  2. A custom additional order info where the value contains JSON (list of objects), assuming we’re able to register our own Tags for the order document, this should not be an issue. each object in the list contains a reference to an order row.

Is there a way for me to register my own Tags for the Orders search index document?

Or if you have a better idea on how to solve this you’re welcome to come with suggestions.

Litium version: 7.7.1

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.