You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering how are you going to address the need to have exclusive or inclusive filters. For example, at BestValue we have exclusive filters for navigation purposes whenever we are talking about taxons.
Given I have the the following products:
|sku|taxon|
|A|laptop|
|B|smartphone|
|C|laptop|
|D|smartphone|
When I am on /listing/laptop
Then I should see the following products
|sku|
|A|
|C|
But when I click "Smartphone" near "Taxons"
Then I should be on /listing/smartphone
And I should see the following products
|sku|
|B|
|D|
You can either see smartphones or laptops - not both. It makes sense to have this behavior because you don't want to mix attribute filters from laptops with those from smartphones. Or jewelry with pet food.
Things are totally different whenever you are talking about attribute filters, where you want to be able to filter smartphones that have "Operating system" option with value "Android" AND "Network" with "4G".
The text was updated successfully, but these errors were encountered:
psihius
pushed a commit
to psihius/SyliusElasticSearchBundle
that referenced
this issue
Aug 16, 2017
I was wondering how are you going to address the need to have exclusive or inclusive filters. For example, at BestValue we have exclusive filters for navigation purposes whenever we are talking about taxons.
You can either see smartphones or laptops - not both. It makes sense to have this behavior because you don't want to mix attribute filters from laptops with those from smartphones. Or jewelry with pet food.
Things are totally different whenever you are talking about attribute filters, where you want to be able to filter smartphones that have "Operating system" option with value "Android" AND "Network" with "4G".
The text was updated successfully, but these errors were encountered: