tmoreno / open-log-viewer

A multi-platform log viewer built with Electron and styled with Material Design
GNU General Public License v3.0
308 stars 44 forks source link

Add search #1

Closed MiroslavMikus closed 5 years ago

MiroslavMikus commented 5 years ago

Hi, is there a way to get implemented some search logic?? Something like Lucene?

Thank you in advice

tmoreno commented 5 years ago

Hi!

There are some methods to perform search using the Electron API:

https://github.com/electron/electron/blob/master/docs/api/web-contents.md

At the moment, I'm planning to change how to load the log file into the view to can use those functions.

I would like to use Ace or other similar library.

Thanks for you comment! :)

tmoreno commented 5 years ago

Hi Miroslav,

I've just published a new version with search feature.

Press Ctrl+F or Command+F to open search bar.

Cheers!

MiroslavMikus commented 5 years ago

Hi @tmoreno,

thank you for your response :)

I'm definitely going to take a look at this feature