Skip to main content

in reply to Viktor Strate

Hi, Today I found your post when looking for #fedisearch and #SepiaSearch tags

I created a fediverse search app: fedisearch.skorpil.cz
It collects feeds from #Mastodon, #PeerTube, #Misskey and partly, #Pleroma

New ideas are welcomed. I still have several improvements in todo list (like better search query specification, instance searching...)

in reply to Štěpán Škorpil

Cool project! The search results are quite good, but it's super slow. Is the source-code available?
in reply to Viktor Strate

I know, I have to optimize the database query. It is now extremely inefficient. Also I am thinking about switching from PostgreSQL to ElasticSearch, because I mostly need a fulltext query.
in reply to Štěpán Škorpil

I disabled part of the experimental query and should be much quicker now.

code is here github.com/Stopka/fedisearch-c…