@randombishop
There's one way to do that but I am new to farcaster so maybe there's way easier solutions than mine:
1) Install a postgres db and shuttle to replicate all hub data to a database.
2) Add an index to casts.text column. (https://www.postgresql.org/docs/current/textsearch.html)
3) You can now find anything you need with SQL queries.