Shopware 5.7.4 s_filter_options
Filter options/facets within a filter group (e.g. 'Color', 'Price range').
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | Index |
| filterable | int(1) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| get_options_query | name | No |
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_filter_options_attributes | optionID |
