Check out a userscript which highlights deleted posts.
GitHub
79266242
Date:
2024-12-09 19:36:03
Score:
1
Natty:
Report link
There's only so much you can do with regexes, it's better to reach for better alternatives:
text indices (
https://www.doctrine-project.org/projects/doctrine-mongodb-odm/en/2.9/reference/query-builder-api.html#text-search
)
full text search (
https://www.mongodb.com/resources/basics/full-text-search
)
use something else dedicated for searching, like ElasticSearch
Reasons:
Probably link only (1):
Low length (0.5):
No code block (0.5):
High reputation (-1):
Posted by:
malarzm