event-catalog / eventcatalog

An open source documentation tool to bring discoverability to your event-driven architectures
https://eventcatalog.dev
MIT License
1.64k stars 135 forks source link

Search directly via the URL #498

Closed marciovmartins closed 1 month ago

marciovmartins commented 4 months ago

Have you read the Contributing Guidelines on issues?

Description

Option to get a term searched via the URL, for example:

This would already load the page with the "Search Events|Service|Domain" filled and the result filtered.

Motivation

This would enable third-party tools to have shortcuts to directly search for the "Event" like CLI alias or Alfredapp.

# could open https://app.eventcatalog.dev/events?q=Order
sre Order
# could open https://app.eventcatalog.dev/services?q=Order
srs Order
# could open https://app.eventcatalog.dev/domains?q=Order
srd Order

Instead of open the Event Catalog in the web browser, click in the "Search Events" input box, fill the text and wait for the result to be queried.

boyney123 commented 4 months ago

Yeah like the idea!

boyney123 commented 1 month ago

EventCatalog will now have support for search in v2, will close this for now. Let me know if you still want this support or not in v2.