graphile-search 1.5.3 → 1.5.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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* HIDE_BY_DEFAULT). This plugin:
|
|
9
9
|
*
|
|
10
10
|
* 1. Creates codecs for tsvector/tsquery via gather.hooks.pgCodecs_findPgCodec
|
|
11
|
-
* (
|
|
11
|
+
* (rc.8+ handles this
|
|
12
12
|
* natively so the hook returns early when event.pgCodec is already set)
|
|
13
13
|
* 2. Registers a custom "FullText" scalar type for tsvector columns
|
|
14
14
|
* 3. Maps tsvector codec to the FullText scalar (isolating filter operators)
|
package/codecs/tsvector-codec.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* HIDE_BY_DEFAULT). This plugin:
|
|
10
10
|
*
|
|
11
11
|
* 1. Creates codecs for tsvector/tsquery via gather.hooks.pgCodecs_findPgCodec
|
|
12
|
-
* (
|
|
12
|
+
* (rc.8+ handles this
|
|
13
13
|
* natively so the hook returns early when event.pgCodec is already set)
|
|
14
14
|
* 2. Registers a custom "FullText" scalar type for tsvector columns
|
|
15
15
|
* 3. Maps tsvector codec to the FullText scalar (isolating filter operators)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* HIDE_BY_DEFAULT). This plugin:
|
|
9
9
|
*
|
|
10
10
|
* 1. Creates codecs for tsvector/tsquery via gather.hooks.pgCodecs_findPgCodec
|
|
11
|
-
* (
|
|
11
|
+
* (rc.8+ handles this
|
|
12
12
|
* natively so the hook returns early when event.pgCodec is already set)
|
|
13
13
|
* 2. Registers a custom "FullText" scalar type for tsvector columns
|
|
14
14
|
* 3. Maps tsvector codec to the FullText scalar (isolating filter operators)
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* HIDE_BY_DEFAULT). This plugin:
|
|
9
9
|
*
|
|
10
10
|
* 1. Creates codecs for tsvector/tsquery via gather.hooks.pgCodecs_findPgCodec
|
|
11
|
-
* (
|
|
11
|
+
* (rc.8+ handles this
|
|
12
12
|
* natively so the hook returns early when event.pgCodec is already set)
|
|
13
13
|
* 2. Registers a custom "FullText" scalar type for tsvector columns
|
|
14
14
|
* 3. Maps tsvector codec to the FullText scalar (isolating filter operators)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile-search",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
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.
|
|
35
|
-
"graphile-test": "^4.7.
|
|
34
|
+
"graphile-connection-filter": "^1.3.5",
|
|
35
|
+
"graphile-test": "^4.7.5",
|
|
36
36
|
"makage": "^0.3.0",
|
|
37
37
|
"pg": "^8.20.0",
|
|
38
|
-
"pgsql-test": "^4.7.
|
|
38
|
+
"pgsql-test": "^4.7.5"
|
|
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": "
|
|
65
|
+
"gitHead": "d0d8f5ca5828ad3efba5f607bc699a8d520e4603"
|
|
66
66
|
}
|