Currently all checkbox selections use logical disjunction "OR-ing" (||) together the selected categories.
I am wondering if there are any plans to implement Logical Conjunction "AND-ing" (&&) together the selected categories.
If you do not know what these are please read here:
link
link
It is more of a logical programming usage, so if you don’t understand those, then let me try to explain by giving an example:
Current setup (Disjunction): Waterproof, Multifunction --> Results = List BOTH Waterproof OR Multifunction vibes
New option (Conjunction): Waterproof, Multifunction --> Results = List ONLY Waterproof AND Multifunction vibes
I encounter this issue a lot and would love to have the option to select between conjunction and disjunction. The coding wouldn’t be too difficult (well in theory). I would imagine you would need to sent your operator as a variable depending on if the user selected the “Only list items with all of these features” (Conjunction &&) or not (Disjunction - ||)
Probably much easier said than done, but it would help out product browsing to a great extent.
Let me know what you think
I am wondering if there are any plans to implement Logical Conjunction "AND-ing" (&&) together the selected categories.
If you do not know what these are please read here:
link
link
It is more of a logical programming usage, so if you don’t understand those, then let me try to explain by giving an example:
Current setup (Disjunction): Waterproof, Multifunction --> Results = List BOTH Waterproof OR Multifunction vibes
New option (Conjunction): Waterproof, Multifunction --> Results = List ONLY Waterproof AND Multifunction vibes
I encounter this issue a lot and would love to have the option to select between conjunction and disjunction. The coding wouldn’t be too difficult (well in theory). I would imagine you would need to sent your operator as a variable depending on if the user selected the “Only list items with all of these features” (Conjunction &&) or not (Disjunction - ||)
Probably much easier said than done, but it would help out product browsing to a great extent.
Let me know what you think