Skip to main content


I deployed a new version of #FediSearch.
It looks the same, but It's much faster, and search results are far more relevant.
:fedisearch: 🎉
https://fedisearch.skorpil.cz/
in reply to Štěpán Škorpil :skorpil_cz:

Under the hood:
✅ I replaced #PostgreSQL database storage by more suitable #ElasticSearch. It searches data faster and I have better control over results order
✅ I replaced #REST api by #GraphQL api for frontend - backend communication. This simplyfies a lot both the #React frontend and the #NextJs server implementations.