graphile-search 1.5.7 → 1.5.8

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/esm/plugin.js CHANGED
@@ -349,7 +349,7 @@ export function createUnifiedSearchPlugin(options) {
349
349
  });
350
350
  }
351
351
  }
352
- // Read per-table @searchConfig smart tag (written by DataSearch/DataFullTextSearch/DataBm25)
352
+ // Read per-table @searchConfig smart tag (written by SearchUnified/SearchFullText/SearchBm25)
353
353
  // Per-table config overrides global searchScoreWeights
354
354
  const tableSearchConfig = getSearchConfig(codec);
355
355
  // Resolve effective weights: per-table > global > equal (undefined)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile-search",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Unified PostGraphile v5 search plugin — abstracts tsvector, BM25, pg_trgm, and pgvector behind a single adapter-based architecture with composite searchScore",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -31,11 +31,11 @@
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.19.11",
33
33
  "@types/pg": "^8.18.0",
34
- "graphile-connection-filter": "^1.3.6",
35
- "graphile-test": "^4.7.6",
34
+ "graphile-connection-filter": "^1.3.7",
35
+ "graphile-test": "^4.7.7",
36
36
  "makage": "^0.3.0",
37
37
  "pg": "^8.20.0",
38
- "pgsql-test": "^4.7.6"
38
+ "pgsql-test": "^4.7.7"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@dataplan/pg": "1.0.0",
@@ -62,5 +62,5 @@
62
62
  "hybrid-search",
63
63
  "searchScore"
64
64
  ],
65
- "gitHead": "fc23b83307d007a14e54b1d0fc36614b9650a5dc"
65
+ "gitHead": "d1cfd698f829c6fae346a5004f735acd44519bb7"
66
66
  }
package/plugin.js CHANGED
@@ -352,7 +352,7 @@ function createUnifiedSearchPlugin(options) {
352
352
  });
353
353
  }
354
354
  }
355
- // Read per-table @searchConfig smart tag (written by DataSearch/DataFullTextSearch/DataBm25)
355
+ // Read per-table @searchConfig smart tag (written by SearchUnified/SearchFullText/SearchBm25)
356
356
  // Per-table config overrides global searchScoreWeights
357
357
  const tableSearchConfig = getSearchConfig(codec);
358
358
  // Resolve effective weights: per-table > global > equal (undefined)