Awesome! so is this like a custom form of the NIP-50 keyword search that relays can support?
I have a basic search API working locally now as well using https://search.nostr.wine as the backend. It accepts get requests with optional parameters search (string), kind, pubkey, since, and until.
For example: ?search=cookie&kind=1&since=1680121746 would return any matching kind 1 events in the last 24hours where “cookie” was seen in “content” in json. Would anyone want to use this?
Discussion
I’ll support NIP-50 as well so that nobody needs to change any existing integrations. Just wanted to offer a web option as well since it’s easy to expose.
Kibana, API param query, or NIP-50 should all give you the same results. Dealers choice!