ninegrid2 6.636.0 → 6.638.0

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/.idea/vcs.xml ADDED
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings" defaultProject="true" />
4
+ </project>
@@ -244,6 +244,7 @@ class aiContainer extends HTMLElement
244
244
 
245
245
  #q1 = async () => {
246
246
 
247
+ /**
247
248
  const filter = {
248
249
  "should": [
249
250
  {
@@ -257,11 +258,11 @@ class aiContainer extends HTMLElement
257
258
  }
258
259
  }
259
260
  ]
260
- };
261
+ }; */
261
262
 
262
263
 
263
264
 
264
- //const filter = await this.#generateQdrantFilter();
265
+ const filter = await this.#generateQdrantFilter();
265
266
  console.log(filter);
266
267
 
267
268
  const searchResults = this.#isEmptyObject(filter) ? [] : ninegrid.filter(this.#getData(), filter);