Done
Details
Assignee
Julian LadischJulian LadischReporter
Adam DickmeissAdam DickmeissLabels
Priority
P3Story Points
1Sprint
NoneDevelopment Team
Core: PlatformFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Julian Ladisch
Julian LadischReporter
Adam Dickmeiss
Adam DickmeissLabels
Priority
Story Points
1
Sprint
None
Development Team
Core: Platform
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 16, 2019 at 11:20 AM
Updated January 3, 2020 at 2:34 PM
Resolved October 14, 2019 at 8:30 PM
For schema creation, schema.json fullText/defaultDicationary is used (variable ft_defaultDictionary): https://github.com/folio-org/raml-module-builder/blob/v26.4.0/domain-models-runtime/src/main/resources/templates/db_scripts/indexes.ftl#L56
This is "english" unless changed in schema.json: https://github.com/folio-org/raml-module-builder/blob/v26.4.0/dbschema/src/main/java/org/folio/rest/persist/ddlgen/FullText.java#L9
But in queries, it's hardcoded to simple.
The query part should use the same dictionary.
In the future we should make it possible to change the dictionary per field and per tenant ("swedish", "german", ...)