File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
app/code/Magento/Search/etc Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 40
40
<column name =" store_id" />
41
41
<column name =" popularity" />
42
42
</index >
43
- <index referenceId =" SEARCH_QUERY_STORE_ID" indexType =" btree" >
44
- <column name =" store_id" />
45
- </index >
46
43
<index referenceId =" SEARCH_QUERY_IS_PROCESSED" indexType =" btree" >
47
44
<column name =" is_processed" />
48
45
</index >
51
48
<column name =" num_results" />
52
49
<column name =" popularity" />
53
50
</index >
54
- <index referenceId =" SEARCH_QUERY_STORE_ID" indexType =" btree" disabled =" true" >
55
- <column name =" store_id" />
56
- </index >
57
51
<index referenceId =" SEARCH_QUERY_STORE_ID_POPULARITY" indexType =" btree" disabled =" true" >
58
52
<column name =" store_id" />
59
53
<column name =" popularity" />
60
54
</index >
55
+ <index referenceId =" SEARCH_QUERY_STORE_ID" indexType =" btree" disabled =" true" >
56
+ <column name =" store_id" />
57
+ </index >
61
58
</table >
62
59
<table name =" search_synonyms" resource =" default" engine =" innodb" comment =" table storing various synonyms groups" >
63
60
<column xsi : type =" bigint" name =" group_id" unsigned =" true" nullable =" false" identity =" true"
You can’t perform that action at this time.
0 commit comments