Silversearch - Fulltext search for Silverbullet

We were planning to use SilverBullet as a ‘headless CMS’ for our websites, but came across a blocking issue: SilverBullet’s HTTP API has no ‘search’ function, which is pretty essential for any CMS.

I was wondering whether it would be possible for @MrMugame to extend the Silversearch plugin to perhaps also work on the server — either as a standalone command-line tool (so it would be available through the /.shell API endpoint) — or even as a ‘server plugin’ that extends the HTTP API to expose a custom /.query endpoint, as proposed in this Github feature request