Search

Items tagged with: postgresql


Wait, did Movim just unlocked the global search feature in its chat messages? 😱

Thanks to the powerful tsvector/tsquery #PostgreSQL feature (feature not available on MariaDB sorry 😔) you can now search messages by keywords in your history and directly load the conversation from the past 🕰️ !

Just click on the search button or hit Ctrl + F to open the brand new search panel 🔍

The next version will be packed with plenty of awesome features for sure 🚀✨

#xmpp #movim #search #feature


very scary bug indeed. Well worth reading for anyone working with Ops. Thank you for sharing this Matrix! #devOps #postgresql #postmortem



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.