Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Tag Filtering Logic to AND Instead of OR #366

Open
cfusterbarcelo opened this issue Nov 22, 2023 · 0 comments
Open

Change Tag Filtering Logic to AND Instead of OR #366

cfusterbarcelo opened this issue Nov 22, 2023 · 0 comments
Labels
bug Something isn't working website Issues about the website UI

Comments

@cfusterbarcelo
Copy link
Collaborator

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.
Captura de pantalla 2023-11-22 a les 16 59 48

But specifying also the tag ilastik, we have more of them as it is an OR logic.

Captura de pantalla 2023-11-22 a les 17 01 21

Solution
Just changing the OR logic to an AND.

cc: @jmetz

@cfusterbarcelo cfusterbarcelo added bug Something isn't working website Issues about the website UI labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working website Issues about the website UI
Projects
None yet
Development

No branches or pull requests

1 participant