summaryrefslogtreecommitdiff
path: root/ext/bg/data
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-01-25 02:57:57 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-01-25 02:57:57 +0200
commitfa4004437d8ca5aff34c31f61ce8aea485be24d1 (patch)
treeebe85023c8a5e5efbb8ec708699118b32ac61e87 /ext/bg/data
parentaa5a044dade6a6b4caaa368215b96add53a312b4 (diff)
query parser: add toggle for term spacing
Diffstat (limited to 'ext/bg/data')
-rw-r--r--ext/bg/data/options-schema.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json
index 224b93f8..d4bd3c21 100644
--- a/ext/bg/data/options-schema.json
+++ b/ext/bg/data/options-schema.json
@@ -381,6 +381,7 @@
"enableScanningParser",
"enableMecabParser",
"selectedParser",
+ "termSpacing",
"readingMode"
],
"properties": {
@@ -396,6 +397,10 @@
"type": ["string", "null"],
"default": null
},
+ "termSpacing": {
+ "type": "boolean",
+ "default": true
+ },
"readingMode": {
"type": "string",
"enum": ["hiragana", "katakana", "romaji", "none"],