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

Corpus Viewer: Add delay on search #704

Closed
ajdapretnar opened this issue Aug 10, 2021 · 0 comments · Fixed by #740
Closed

Corpus Viewer: Add delay on search #704

ajdapretnar opened this issue Aug 10, 2021 · 0 comments · Fixed by #740

Comments

@ajdapretnar
Copy link
Collaborator

Describe the bug
For larger corpora, instant searching works extremely slow. This is because search aims to show the results on the fly.

To Reproduce
Steps to reproduce the behavior:

  1. Corpus (friends transcripts)
  2. Corpus Viewer (search for a word)

Expected behavior
Search is a bit smoother.
Perhaps not showing results for every stroke of the key.
Option 1: Query is run on Enter.
Option 2: Implement delay on search (if no new character is added within some timeframe, run the search)

Orange version:
3.30.dev

Text add-on version:
1.6.0

Screenshots
/

Operating system:
OSX

Additional context
/

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.

1 participant