Some background. It’s not that we don’t see the use of this feature or don’t like it. It’s more of a technical issue how our database filter works. Our goal is to show results within 200ms (+/- depending on your geographic location). This requires some tricks to search efficiently through an ever growing database of millions of items. It’s not easy to do that with OR or NOT. So these seemingly simple features are sometimes the hardest to implement.