@pintahub/database-schemas 5.5.0 → 5.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/schemas/Product.js +0 -4
package/package.json
CHANGED
package/schemas/Product.js
CHANGED
|
@@ -379,10 +379,6 @@ Product.index({store: 1, status: 1, is_primary: 1, sales_count: -1})
|
|
|
379
379
|
|
|
380
380
|
Product.index({store: 1, product_type: 1, status: 1})
|
|
381
381
|
|
|
382
|
-
Product.index({
|
|
383
|
-
store: 1, status: 1, publications: 1, collections: 1, views_count: -1
|
|
384
|
-
})
|
|
385
|
-
|
|
386
382
|
/** Full-text search index */
|
|
387
383
|
Product.index({
|
|
388
384
|
title: 'text',
|