bug: Clears previous query when typing '/' in interactive mode by scalvert · Pull Request #6 · gleanwork/glean-cli
This pull request includes changes to improve the functionality and user experience of the Glean demo and search features. The most important changes include modifying the demo script to remove unnecessary commands and adjusting sleep times, as well as updating the interactive search view to clear the input field when starting a new search.
Enhancements to the demo script:
demo/glean.tape: Removed the./prefix from commands, adjusted sleep times for better performance, and added additional navigation commands to improve the demo flow.
Improvements to the search functionality:
pkg/search/interactive_view.go: Cleared the input field when starting a new search to enhance user experience.