Hey all,
I've been working some more on some cool features for Harpoon search and the latest is the much-requested word count. This works well and the word count is displayed in the results also.
https://stark-reef-26879.herokuapp.com/
There are however a couple of caveats due to the fact that im having to do the processing for the wordcount in the nodejs server and not on the database. Firstly, I wanted word count to work on quite a large number of records so that we can find the post across Steem that have had most effort put into them, but I also didn't want to thrash the backend database. For this reason, when you do a search with a wordcount parameter, things are slightly different. The maximum number of records that I pull back to search through for word counts is 500 and the time is limited to the last 30 minutes or whichever is least.
For the time being, non-wordcount searches pull back the top 50 results. I'm hoping to be able to add an infinite scroll to the bottom of the feed to pull back blocks of 50 at a time as you scroll.
If you find any bugs or have any feedback, please let me know.
Hope you are finding this tool useful.
Mark