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
Description
Currently, the tag filtering on our webpage (bioimage.io) functions with an OR logic when manually entering two or more tags. Instead of displaying items that contain all the specified tags (AND logic), it displays items that contain any of the provided tags (OR logic).
So, following the example of this old github issue, if we put the tag plantsit only appears one model.
But specifying also the tag ilastik, we have more of them as it is an OR logic.
Description
Currently, the tag filtering on our webpage (bioimage.io) functions with an OR logic when manually entering two or more tags. Instead of displaying items that contain all the specified tags (AND logic), it displays items that contain any of the provided tags (OR logic).
So, following the example of this old github issue, if we put the tag
plants
it only appears one model.But specifying also the tag
ilastik
, we have more of them as it is an OR logic.Solution
Just changing the OR logic to an AND.
cc: @jmetz
The text was updated successfully, but these errors were encountered: