Skip to content

Commit

Permalink
closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed May 8, 2024
1 parent e3dcbde commit d9d625d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class OmnisearchComponent {
}

private removeProductFromQuery(query: string) {
return query.replace(/product:"([\w]+)"/gm, '');
return query.replace(/\bproduct:"([\w]+)"/gm, '');
}

doEnter(newText: string) {
Expand Down

0 comments on commit d9d625d

Please sign in to comment.