@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
|
@@ -210,7 +210,12 @@ export default defineComponent({
|
|
|
210
210
|
};
|
|
211
211
|
if (field.startsWith("sources.")) {
|
|
212
212
|
filters.push({
|
|
213
|
-
|
|
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
|
-
|
|
229
|
-
"sources
|
|
233
|
+
nested: {
|
|
234
|
+
path: "sources",
|
|
235
|
+
query: {
|
|
236
|
+
terms: {
|
|
237
|
+
"sources.source_id.keyword": uuids
|
|
238
|
+
}
|
|
239
|
+
}
|
|
230
240
|
}
|
|
231
241
|
});
|
|
232
242
|
}
|