← Shopware 5.6.0

Shopware 5.6.0 s_search_keywords

Keyword dictionary for the search index with stemming and relevance data.

Columns

3 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
keyword varchar(255) NO Unique
soundex varchar(255) YES Index

Indexes

3 indexes

Index Name Columns Unique
keyword keyword Yes
PRIMARY id Yes
soundex soundex No