Trying to understand filtering and destination control
jarquafelmu opened this issue ยท 3 comments
I've been trying to figure out how to make it so certain items can only go to specific destinations. Initially I presumed that if I set an item to be filtered with a destination then it would only go to that destination, but this hasn't been working.
One way I've been able to do it was to create a rule for every place it can go and an inverted rule for every place it can't go. Is that the intended way?
It works but it seems really cumbersome and not very practical if you have a lot of items going to one of a few destinations.
In my use case I have a number of destinations and items coming from sources going to specific destinations.
Is there a better way of doing this?
As it stands for every single item I would need to make 8 rules in order to control where it goes and ensure that it only goes to one location.
This filtering system seems a bit counter intuitive at first, but it allows for very complicated routing setups. Unfortunately due to this, simple setups are a little more complicated.
To do a simple filter destination setup, I would recommend setting it to blacklist and use inverted filters.