Mastodon Feed: Post

Mastodon Feed

Boosted by brib@bribstodon.xyz ("brib :neofox_floof:​ :Nonbinary:"):
zzt@mas.to ("[object Object]") wrote:

@blaurascon same

I can recommend taking a look at Postgres full text search as a possible backend, as it’s pretty close to what you’d want for a (smaller scale) search index and query language: https://www.postgresql.org/docs/current/textsearch.html

you’ll need to bring your own ranking mechanism and scraper of course