mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-24 20:41:28 +02:00
add missing charset to sources
This commit is contained in:
14
src/charset/cjk.js
Normal file
14
src/charset/cjk.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import { EncoderOptions } from "../type.js";
|
||||
|
||||
// https://en.wikipedia.org/wiki/CJK_characters
|
||||
|
||||
/** @type EncoderOptions */
|
||||
const options = {
|
||||
split: ""
|
||||
//normalize: true
|
||||
// normalize: function(str){
|
||||
// return str.toLowerCase();
|
||||
// },
|
||||
//dedupe: false
|
||||
};
|
||||
export default options;
|
Reference in New Issue
Block a user