Skip to content

Commit

Permalink
Fix typo preventing docs for tokenize option to show
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Mar 1, 2024
1 parent 3d910d5 commit 02615f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MiniSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export type Options<T = any> = {
*/
extractField?: (document: T, fieldName: string) => string,

/*
/**
* Function used to split a field value into individual terms to be indexed.
* The default tokenizer separates terms by space or punctuation, but a
* custom tokenizer can be provided for custom logic.
Expand Down

0 comments on commit 02615f2

Please sign in to comment.