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

Handle ambiguous annotation values #262

Closed
bkis opened this issue Jun 20, 2024 · 1 comment
Closed

Handle ambiguous annotation values #262

bkis opened this issue Jun 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bkis
Copy link
Member

bkis commented Jun 20, 2024

  • anno values can be str or list[str]
  • search index does the same, gets "foo" or ["foo", "bar"]
  • search UI anno value select is multi-select
  • content UI anno value select is multi-select
@bkis bkis added the enhancement New feature or request label Jun 20, 2024
@bkis bkis self-assigned this Jun 20, 2024
@bkis
Copy link
Member Author

bkis commented Jul 17, 2024

Actually, for the search it'd be enough (or even better for UX) to keep the single value select/input. It would then find annotations matching this value and ones with ambiguous values would match one of the possible values. You know.

@bkis bkis closed this as completed in d044a6c Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant