tsvector关键字抽取时,会从给定的关键字中提取中英文及数字,屏蔽其他内容

This commit is contained in:
2024-11-15 10:35:20 +08:00
parent ab3cc1aeea
commit 3be2c77008
2 changed files with 20 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@yizhi/postgres",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {},