21 lines
742 B
Diff
21 lines
742 B
Diff
--- 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',
|