Shopware 5.7.16 s_search_custom_facet
Custom search facets/filters for the storefront product search.
| Column | Type | Nullable | Additional |
| id | int(11) unsigned | NO | Primary Key, auto_increment |
| active | int(1) unsigned | NO | |
| unique_key | varchar(100) | YES | Unique |
| display_in_categories | int(1) unsigned | NO | Index |
| deletable | int(1) unsigned | NO | |
| position | int(11) | NO | |
| name | varchar(255) | NO | |
| facet | longtext | NO | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| sorting | display_in_categories,position | No |
| unique_identifier | unique_key | Yes |