🔍 Magento_AdvancedSearch · engine innodb
catalogsearch_recommendations
Advanced Search Recommendations
Neighbourhood (1-hop foreign-key graph — showing 1 of 2)
flowchart LR c["catalogsearch_recommendations"]:::center n0["search_query"] click n0 "/schema/table/search_query" n0 -- query_id --> c click c "/schema/table/catalogsearch_recommendations" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| id PK | int unsigned | no | ID | |
| query_id | int unsigned | no | 0 | Query ID |
| relation_id | int unsigned | no | 0 | Relation ID |
Keys & indexes
Primary key: id
References (2)
- query_id → search_query .query_id (on delete CASCADE)
- relation_id → search_query .query_id (on delete CASCADE)