mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-11 16:44:18 +02:00
worker index basic support export/import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Encoder } from "flexsearch/esm";
|
||||
const { Encoder } = require("flexsearch");
|
||||
|
||||
export default {
|
||||
module.exports = {
|
||||
tokenize: "forward",
|
||||
encoder: new Encoder({
|
||||
normalize: function(str){
|
||||
|
Reference in New Issue
Block a user