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 4040 <column name =" store_id" />
4141 <column name =" popularity" />
4242 </index >
43- <index referenceId =" SEARCH_QUERY_STORE_ID" indexType =" btree" >
44- <column name =" store_id" />
45- </index >
4643 <index referenceId =" SEARCH_QUERY_IS_PROCESSED" indexType =" btree" >
4744 <column name =" is_processed" />
4845 </index >
5148 <column name =" num_results" />
5249 <column name =" popularity" />
5350 </index >
54- <index referenceId =" SEARCH_QUERY_STORE_ID" indexType =" btree" disabled =" true" >
55- <column name =" store_id" />
56- </index >
5751 <index referenceId =" SEARCH_QUERY_STORE_ID_POPULARITY" indexType =" btree" disabled =" true" >
5852 <column name =" store_id" />
5953 <column name =" popularity" />
6054 </index >
55+ <index referenceId =" SEARCH_QUERY_STORE_ID" indexType =" btree" disabled =" true" >
56+ <column name =" store_id" />
57+ </index >
6158 </table >
6259 <table name =" search_synonyms" resource =" default" engine =" innodb" comment =" table storing various synonyms groups" >
6360 <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