UNPKG

@vuex-orm/plugin-search

Version:

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

14 lines (13 loc) 313 B
export interface Options { distance?: number; location?: number; maxPatternLength?: number; minMatchCharLength?: number; searchPrimaryKey?: boolean; shouldSort?: boolean; threshold?: number; tokenize?: boolean; keys?: string[]; verbose?: boolean; } export default Options;