ai/at
2
0

fix(patch): curl URL delimiter bug, add DM grapheme limit patch

This commit is contained in:
2026-03-24 18:03:53 +09:00
parent fde5046b22
commit abfd02ecbd
9 changed files with 104 additions and 7 deletions

View File

@@ -0,0 +1,20 @@
--- a/dist/client/lexicons.js 2026-04-01 12:13:01
+++ b/dist/client/lexicons.js 2026-04-01 12:13:12
@@ -9244,7 +9244,7 @@
text: {
type: 'string',
maxLength: 10000,
- maxGraphemes: 1000,
+ maxGraphemes: 10000,
},
facets: {
type: 'array',
@@ -9273,7 +9273,7 @@
text: {
type: 'string',
maxLength: 10000,
- maxGraphemes: 1000,
+ maxGraphemes: 10000,
},
facets: {
type: 'array',