Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not filtering when set to remove on a word set to partial #537

Closed
richardfrost opened this issue Jan 10, 2024 · 2 comments
Closed

Not filtering when set to remove on a word set to partial #537

richardfrost opened this issue Jan 10, 2024 · 2 comments
Labels
Bug Something isn't working

Comments

@richardfrost
Copy link
Collaborator

馃悰 Description

The filter isn't working when set to Remove with the word app. rate: (partial match method)

馃攢 Steps To Reproduce

In the bottom of this site, you can see a team list. Works with censor or substitue filter, but doesn't if the filter is Remove.

@richardfrost richardfrost added the Bug Something isn't working label Jan 10, 2024
@richardfrost
Copy link
Collaborator Author

I think I found the issue. Its getting confused by the ending special character :. I will work on getting this fixed quick, but in the meantime, if you want it to work with the "Remove" filter method you can change the word's match method to: Regex with this value: (^|\s)([\w-]*app\. rate:[\w-]*)(\s|$)

As soon as I can get the new update out it should work exactly as you have it setup, so if you do use the above suggestion you can just switch it back to app. rate: and Partial.

@richardfrost
Copy link
Collaborator Author

This should be fixed in version 3.3.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant