@pintahub/database-schemas 1.6.4 → 1.6.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pintahub/database-schemas",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -176,6 +176,7 @@ Product.index({
176
176
  title: 'text',
177
177
  alternative_title: 'text',
178
178
  code: 'text',
179
+ tags: 'text',
179
180
  })
180
181
 
181
182