diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-01-25 02:57:57 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-01-25 02:57:57 +0200 |
commit | fa4004437d8ca5aff34c31f61ce8aea485be24d1 (patch) | |
tree | ebe85023c8a5e5efbb8ec708699118b32ac61e87 /ext/bg/data | |
parent | aa5a044dade6a6b4caaa368215b96add53a312b4 (diff) |
query parser: add toggle for term spacing
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/options-schema.json | 5 |
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"], |