Create a search index column to return warranty type suggestion data


About this task
In this lesson, the field you are adding is wartype_ntk_cs
,
the field is of type wc_keyword_text
. This type of
search index column is non-tokenized. A non-tokenized column stores
the value in the search index, without processing it into partial
tokens. Tokenized values for wartype
can be L, LI,
LIM, LIMI. The search engine supports many tokenizers to process data
for different purposes. Non-tokenized values for wartype
are
LIMITED. The new column is used to display the field value for warranty
type in the quick search auto-suggest menu.
Review the following topic to learn the background knowledge that is required to understand the lesson: Structured content.