bugy / script-server

Web UI for your scripts with execution management
Other
1.55k stars 246 forks source link

Feature: history search#572 #577

Closed gpsinghsandhu closed 1 year ago

gpsinghsandhu commented 1 year ago

A very simple implementation of search functionality in history. Search is implemented client-side. This currently searches only on 'user' and 'script' for the given search text. Suggestions are welcome.

Also fixed vue warning regarding mutating props. See commit - cdf8352891251e448b1858eaab0de8a62d608476

@bugy Need input on where to add this in documentation.

Note: I did not use the current 'SearchPanel' component, since it seemed very specific to the script search.

Screenshot 2022-10-06 at 12 28 24 PM Screenshot 2022-10-06 at 12 28 36 PM