Shopware 6.7.7.1 product_search_config
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| language_id | binary(16) | NO | Unique Foreign Key → language.id |
| and_logic | tinyint(1) | NO | Default: 1 |
| min_search_length | smallint | NO | Default: 2 |
| excluded_terms | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.product_search_config.language_id | language_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| language_id | language | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | product_search_config_field | product_search_config_id |
