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

V2.1.0 Search Bar Not Working #4697

Closed
2 tasks done
hamzahzmalik opened this issue Jun 15, 2022 · 3 comments · Fixed by #4878
Closed
2 tasks done

V2.1.0 Search Bar Not Working #4697

hamzahzmalik opened this issue Jun 15, 2022 · 3 comments · Fixed by #4878

Comments

@hamzahzmalik
Copy link

My actions before raising this issue

Expected Behaviour

The search bar used to function in previous versions as described here in the documentation
https://openvinotoolkit.github.io/cvat/docs/manual/advanced/search/

Current Behaviour

The search bar is only working for strings and I cannot search based on id or assignee or status, etc.

Your Environment

  • Git hash commit (git log -1):
    d7560bb
  • Docker version docker version:
    20.10.16
  • Are you using Docker Swarm or Kubernetes?
    No
  • Operating System and version (e.g. Linux, Windows, MacOS):
    Ubuntu 20.04
@bsekachev
Copy link
Member

@hamzahzmalik

Hi, looks like documentation was not updated. Please, use "Filters" button (which is at the right), it is much more powerful. Search now works by matching within different fields

@ChengYongfei
Copy link

The dev branch has a bug in cvat-core/src/api-implementation.js line 233 @bsekachev
if (['id', 'page', 'search', 'sort', 'page', 'filter'].includes(key)) add 'filter' in this line

@bsekachev
Copy link
Member

Thank you for report @ChengYongfei

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants