UNPKG

@vuex-orm/plugin-search

Version:

Vuex ORM plugin for adding fuzzy search feature through model entities.

14 lines 321 B
export var DefaultOptions = { distance: 100, location: 0, maxPatternLength: 32, minMatchCharLength: 1, searchPrimaryKey: false, shouldSort: false, threshold: 0.3, tokenize: false, keys: [], verbose: false }; export default DefaultOptions; //# sourceMappingURL=DefaultOptions.js.map