Closed realAzazello closed 7 months ago
Might be related/exact to https://github.com/iorate/ublacklist/issues/421
Using expression title/anal/i. Expect only case-INsensitive "anal" word to be filtered in results' titles.
title/anal/i
Titles with words like 'Analytics' and 'Analyst' are being blocked.
("salary" | "pay range") "Compliance Manager"
title/\banal\b/i https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Word_boundary_assertion
title/\banal\b/i
Might be related/exact to https://github.com/iorate/ublacklist/issues/421
Expected Behavior
Using expression
title/anal/i
. Expect only case-INsensitive "anal" word to be filtered in results' titles.Actual Behavior
Titles with words like 'Analytics' and 'Analyst' are being blocked.
Steps to Reproduce the Problem
title/anal/i
("salary" | "pay range") "Compliance Manager"
Specifications