Deprecating minimum and maximum score

Background Pony #3BC8
– If you have a maximum score of 500, you would add this to your complex filter: score.gt:500
– If you have a minimum score of 25, you would add this to your complex filter: score.lt:25
 
A better explanation would be:
 
– If you don’t want images with a score higher than 500 to be displayed, you would add this to your complex filter: score.gt:500  
– If you don’t want images with a score lower than 25 to be displayed, you would add this to your complex filter: score.lt:25
Lavender Love
Non-Fungible Trixie -
Magical Inkwell - Wrote MLP fanfiction consisting of at least around 1.5k words, and has a verified link to the platform of their choice

I always thought these were pointless. If everyone set a filter that took out everything with a score below 100 no zeros would ever be seen. Nothing would ever be upvoted and your feed would be empty.
Chopsticks
Silly Pony - Celebrated the 13th anniversary of MLP:FIM, and 40 years of MLP!
Shimmering Smile - Celebrated the 10th anniversary of Equestria Girls!
Solar Guardian - Refused to surrender in the face of the Lunar rebellion and showed utmost loyalty to the Solar Empire (April Fools 2023).
Betrayal! - Betrayed their team for a badge. Shame forever!
Crystal Roseluck - Had their OC in the 2023 Derpibooru Collab.
Flower Trio - Helped others get their OC into the 2023 Derpibooru Collab.
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
Philomena - For helping others attend the 2021 community collab

Rice pone
I think I’m happy with this change.
 
I knew the previous setting existed but I couldn’t figure out how to work it when I did. If I understood what’s going on, these are now tags we can use to search and simply add to our filters?  
(Tests) this is amazing!
Background Pony #40A6
tl;dr Users are too dumb to understand search syntax, so we will remove it entirely.
Cyan Lightning
Solar Supporter - Fought against the New Lunar Republic rebellion on the side of the Solar Deity (April Fools 2023).
Princess of Love - Extra special version for those who participated in the Canterlot Wedding 10th anniversary event by contributing art.
Chaotic Little Trees - 1000+ images under their artist tag
Tree of Harmony - Drew someone's OC for the 2022 Community Collab
Elements of Harmony - Had an OC in the 2022 Community Collab
Non-Fungible Trixie -
Kinship Through Differences - Celebrated the 11th anniversary of MLP:FIM!
Twinkling Balloon - Took part in the 2021 community collab.
My Little Pony - 1992 Edition
Friendship, Art, and Magic (2020) - Took part in the 2020 Community Collab

The Prodigy Unicorn
@Background Pony #4470  
Before saying something with “TL:DR”, you might to check, if the thing that you’re saying is actually the summary of the stuff. Otherwise it might sound stupid.
 
We’re not removing syntax. We are removing this
 
full
 
Because adding syntax “score.gt:(number)” for minimum score. And “score.lt(number)” for maximum number on complex filter do the same function.
下げ髪
The End wasn't The End - Found a new home after the great exodus of 2012

Why would you remove this feature, its a feature that Ive been using for years and is one of the most useful on this site! Ive had it set so I don’t have to see anything below a score of +20. You say I’m supposed to insert some code into something called a “complex filter” what even is that? I tried putting “score.lt:25” as a tag in my custom filter but that does nothing. Why do people have to remove a simple feature and replace it with a more complex and less user friendly one?
下げ髪
The End wasn't The End - Found a new home after the great exodus of 2012

Ive figured out what the complex filter is (I think) but now that I’ve inserted the proper code “score.lt:20” in my case, now the are pages are mostly just row after row of “tag hidden” images! I thought there were supposed to go away! How can I get them to disappear!?
byte[]
Solar Supporter - Fought against the New Lunar Republic rebellion on the side of the Solar Deity (April Fools 2023).
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
An Artist Who Rocks - 100+ images under their artist tag
Artist -

Philomena Contributor
@下げ髪  
You put the score filter in your complex spoiler expression, which spoilers images.
 
I edited your filter to place it in the complex filter expression, which removes them from image results.
下げ髪
The End wasn't The End - Found a new home after the great exodus of 2012

@byte[]  
Jesus wept! see how complicated things get when you start expecting others to just know how to code for the site! You said the old system was causing confusion, and few people even knew it was there, but now how is a new user going to know how to hide low (or high) scoring images in this site? Will they know to look for this thread here to explain it to them? What about a new user 5 years from now when this thread is dead and buried!? I’m certainly too stupid to have figured it out it was theoretically possible in the new system had I not already been doing so in the old system. But if I’d never known the feature existed before I would have been at a complete loss.
Background Pony #3BC8
You certainly have a point how, in all likelihood, nearly nobody will even know about being able to filter images by score once this thread fades into obscurity.
 
A better idea to consider would be to add some kind of button to the complex filter section that allows the user to generate the correct tag for score filtering in the correct place, so that less tech-savvy people can make use of it without having to look into the wall of text that the Search Syntax Guide is and somehow figure out that they CAN put the score tags into their filters. Heck, some kind of system that makes creating a complex filter more approachable in general would be helpful as well.
byte[]
Solar Supporter - Fought against the New Lunar Republic rebellion on the side of the Solar Deity (April Fools 2023).
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
An Artist Who Rocks - 100+ images under their artist tag
Artist -

Philomena Contributor
@下げ髪  
The point of this change wasn’t just to remove duplicate functionality - it was also to fix several filtering related bugs, which depend on this change.
 
Derpibooru has a lot of functionality that most users have no idea exists. Ultimately, there isn’t a lot we can really do about that, because despite what Linus says, most users really are confused by functionality.
 
Users also often suffer acute banner blindness, often ignoring almost every element on the page except what they are concerned with. For an example of this, users with 2FA enabled often email us saying that they did not realize they were supposed to write down their backup codes when they signed up, even though there is a very prominent warning on the 2FA page saying that you will permanently lose access to your account if you don’t make a hard copy of your backup codes.
 
There also these regular gems that pop up in the forums, demonstrating just how acute the banner blindness of users is.
 
This is not to say we’re not trying to let people know how you should use the site. For example, on the search page, there’s a query builder, that has, among other things, score. There is a question mark next to the search box which thoroughly explains search syntax. There are multiple question and answer threads in the forums for how to build complex filters, both by users and staff.
 
full
 
We can’t make everyone pay attention to what we’re trying to tell them, but not for lack of trying.
Pegacorn
The End wasn't The End - Found a new home after the great exodus of 2012

I put score.lt:300 into the complex filter but all it’s doing is spoilering images below that score. How do I remove them from the page entirely?
DariganZ

@Cyan Lightning  
My feed is now getting low quality images pouring in, and it’s a hassle to search it each time? Yes you could do it manually before, but why remove it? The filtering makes it easy to see the better stuff (And yes, I know that if no one sees the low fresh posted images, it can’t get the high ratings. Well aware of that.). Honestly, this wasn’t a good move. You took away an automatic process and now force everyone to do it manually, most not knowing how.
byte[]
Solar Supporter - Fought against the New Lunar Republic rebellion on the side of the Solar Deity (April Fools 2023).
Non-Fungible Trixie -
Verified Pegasus - Show us your gorgeous wings!
Preenhub - We all know what you were up to this evening~
An Artist Who Rocks - 100+ images under their artist tag
Artist -

Philomena Contributor
@Zheben  
No functionality was removed, just moved. Please read the thread, as in the first post I describe how to modify your filter to filter by score.
 
And on that note, I added score.lt:25 to your complex filter. Feel free to adjust it.
DariganZ

@byte[]  
Can show a step-by-step thing or something, because I am still lost on how to set up and change this. That’s my main complaint, before it was so easy, but now I can’t even find out HOW to put these without having to learn code to do it.
Interested in advertising on Derpibooru? Click here for information!
Ministry of Image - Fanfiction Printing

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ %sub%

Detailed syntax guide