When searching within the generated HTML page, I encounter unexpected behavior in which all items in the tree become expanded.
Example:
- Inital View:

2. View after entering "Minimum" in the search field. Notice how every field is expanded and visible even though it does not match the search term.
Expected Behavior:
Only entries that match the search term are visible.
By modifying the html, js and css files in my fork, I managed to get the desired search result (see fork). Currently, I'm replacing these files with the generated ones, since I'm not sure how to run the generation of the HTML page with the changes applied. Are there any instructions for running this project in development? If not, that's another issue.
Here is an image of the search view using the modified version:

When searching within the generated HTML page, I encounter unexpected behavior in which all items in the tree become expanded.
Example:
Expected Behavior:
Only entries that match the search term are visible.
By modifying the html, js and css files in my fork, I managed to get the desired search result (see fork). Currently, I'm replacing these files with the generated ones, since I'm not sure how to run the generation of the HTML page with the changes applied. Are there any instructions for running this project in development? If not, that's another issue.
Here is an image of the search view using the modified version:
