mattcasters opened a new issue, #7756: URL: https://github.com/apache/hop/issues/7756
### Apache Hop version? 2.19.0-SNAPSHOT ### Java version? OpenJDK 21 ### Operating system Linux ### What happened? If you are unlucky enough to have a few CSV or JSON files in your project with a lot of lines that hit the first character you type in the new search window, you trigger thousands of search results and the Hop GUI basically crashes and burns. We should exclude large files from the search in the supported file types. We also should limit the results list to a certain amount. Both are options that we should be able to configure, perhaps through the configuration perspective but even better in the search popup dialog through a settings dialog that is accessible through a configuration icon/button on the far right. Note: This only affects the Hop GUI. Command `sh hop search` can handle tens of thousands of search results without a problem. ### Issue Priority Priority: 1 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
