@tekkare/auriga 0.2.208 → 0.2.210

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/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "0.2.208"
7
+ "version": "0.2.210"
8
8
  }
@@ -210,7 +210,12 @@ export default defineComponent({
210
210
  };
211
211
  if (field.startsWith("sources.")) {
212
212
  filters.push({
213
- terms: term
213
+ nested: {
214
+ path: "sources",
215
+ query: {
216
+ terms: term
217
+ }
218
+ }
214
219
  });
215
220
  } else {
216
221
  filters.push({
@@ -225,8 +230,13 @@ export default defineComponent({
225
230
  }
226
231
  });
227
232
  filters.push({
228
- terms: {
229
- "sources.source_id.keyword": uuids
233
+ nested: {
234
+ path: "sources",
235
+ query: {
236
+ terms: {
237
+ "sources.source_id.keyword": uuids
238
+ }
239
+ }
230
240
  }
231
241
  });
232
242
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.208",
3
+ "version": "0.2.210",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",