GitHub user 1ambda opened a pull request:
https://github.com/apache/zeppelin/pull/2324
[ZEPPELIN-2512] Precent slow note, interpreter search. (master, branch-0.7)
### What is this PR for?
Use debounce in search input to avoid the slow search.
See more:

### What type of PR is it?
[Improvement]
### Todos
NONE
### What is the Jira issue?
[ZEPPELIN-2512](https://issues.apache.org/jira/browse/ZEPPELIN-2512)
### How should this be tested?
1. Create many notes with different names. (50+)
2. Search using note name filter in home and navbar.
3. Do the same thing for interpreters in the interpreter page
### Screenshots (if appropriate)
NONE
### Questions:
* Does the licenses files need update? - NO
* Is there breaking changes for older versions? - NO
* Does this needs documentation? - NO
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/1ambda/zeppelin
ZEPPELIN-2512/add-debounce-for-search-inputs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2324.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2324
----
commit 41fef1d13b9564279a7a791f5b030a9ff0548ca4
Author: 1ambda <[email protected]>
Date: 2017-05-08T16:32:55Z
feat: Add debounce for note name filter
commit 33e0942d516c7d39ad5a4d49753134e28b7e99e0
Author: 1ambda <[email protected]>
Date: 2017-05-08T16:35:38Z
feat: Add debounce for interpreter search input
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---