Skip to content

Commit

Permalink
Merge 8e6aeb1 into 02553c7
Browse files Browse the repository at this point in the history
  • Loading branch information
emilianox committed Sep 3, 2019
2 parents 02553c7 + 8e6aeb1 commit 1082206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.d.ts
Expand Up @@ -27,6 +27,10 @@ declare class MiniSearch {
export declare interface SearchOptions {
fields?: string[],

storeFields?: string[],

filter?: (document: object) => boolean,

boost?: { [fieldName: string]: number },

prefix?: boolean
Expand Down

0 comments on commit 1082206

Please sign in to comment.