hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
939 stars 194 forks source link

Feature - Adding search to list of channels #61

Open tscritch opened 6 years ago

tscritch commented 6 years ago

I want to add a search bar to fuzzy search all of the names of the channels, groups, dms, mpims.

MiraiHattori commented 6 years ago

I guess the easiest way is to make a page that all the messages are shown all together, and users will be able to search with browser's search function(eg. Chrome's Ctrl-f shortcut)

I'm wondering if we can use elasticsearch for the search engine.

tscritch commented 6 years ago

I was thinking the same thing for using elasticsearch! I need to look into it more but I'd love to implement this soon.