Skip to content

Commit

Permalink
Tokenize also at '.' [notarize]
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarreirosdeoliveira committed Aug 5, 2021
1 parent e115c5a commit f9be2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/index/fulltext-index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface FulltextIndex {
*/
export module FulltextIndex {

const tokenizationPattern: RegExp = /[ \-_]/;
const tokenizationPattern: RegExp = /[ \-_.]/;


export function put(index: FulltextIndex,
Expand Down

0 comments on commit f9be2e8

Please sign in to comment.