Shopware 5.7.5 s_search_fields
Configuration of which product fields are searchable and their relevance weighting.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| relevance | int(11) | NO | |
| field | varchar(255) | NO | Index |
| tableID | int(11) | NO | Index |
| do_not_split | tinyint(1) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| field | field,tableID | Yes |
| PRIMARY | id | Yes |
| tableID | tableID | No |
