My feature-request is a, slightly, stricter version of this, un-actioned one.
If the following conditions are true, can the patterns be automatically be removed from the question title:
- Where the pattern
^<tag>\s?(-|:)\s?is matched. - The question has actually been tagged with the
<tag>matched in the pattern.
If the tag is hyphenated, then spaces, should be deemed to be hyphens, for instance ruby on rails: should match ruby-on-rails
Basically, I'm agreeing with Tomalak's comment on Jeff's answer to the looser feature request.
The argument
A while back Jeff approved the removal of the pattern
^\[[^]]+\]\sat the start of titles to remove pseudo-tags; as there "were a ton - around 20-25k"The pattern
<tag>:matches 120k questions and the pattern<tag>-matches 98k questions. These are far higher volumes than prompted Jeff's original change, though obviously there are now more questions.The FAQ states that:
it is completely unnecessary to force tags into your question title
Can't argue with that!
Back in 2010 Jeff said:
To be clear, I think it is fine to duplicate the tags in the title, but only when they can be worked into the titles organically and conversationally.
Neither of these patterns can be said to qualify on this count. They are obviously just tags prepended to a title.
Because we're insisting on the existence of a hyphen or semi-colon there's no danger of accidentally matching something like Java Synchronization Not Working as Expected. But, the needless "Java:" at the front of Java: Can creating an object “return” a null reference? gets trashed.
The amount of questions that start
mysql -orpython:is really annoying.
title Automatically ...? And it removed thetitleprefix? And this doesn't happen if you trytitle :ortitle -? Can you please be explicit about what you tried and what didn't work? – Aaron Bertrand Jul 1 '12 at 18:59[tag] titleand the SE system wouldn't let me; there was an error message, try it yourself. I'm suggesting doing this automatically admittedly, as it's just superfluous information. – ben is uǝq backwards Jul 1 '12 at 19:01titlenot[tag], the point being the square brackets as per the linked posts. The error message is: "Oops! Your edit couldn't be submitted because: title contains a [tag] prefix; please use the tag field to enter tags instead.". I'm deleting my earlier comments so this doesn't get too long. – ben is uǝq backwards Jul 1 '12 at 19:12sql-serverI would have addedSQL Serverto the beginning of the question title. Not[tag]... – Aaron Bertrand Jul 1 '12 at 19:17SQL Server:from the beginning of the title. – ben is uǝq backwards Jul 1 '12 at 19:18"http://example.com is deemed not valid by my proxy"tags: "http proxy". Removinghttp:would be disastrous here. – Jan Dvorak May 16 at 5:34