Shopware 5.6.8 s_filter
Product filter group definitions for faceted navigation (storefront filtering).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| name | varchar(255) | NO | |
| position | int(11) | NO | Index |
| comparable | int(1) | NO | |
| sortmode | int(1) | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| get_sets_query | position | No |
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | s_filter_attributes | filterID |
