Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add search via query parameter for events, services and domains (#498) #499

Merged

Conversation

marciovmartins
Copy link

Motivation

Implementing suggestion described here (#498)

Changed the input to be a react managed component and checking if the query string "q" is provided.

Can be tested locally calling http://localhost:3000/events/?q=Order and http://localhost:3000/services/?q=Order and http://localhost:3000/domains/?q=Order

The expected behaviour is that the result list be filtered by the term in the query parameter "q".

Let me know if you have a different suggestion for query parameter.

Copy link

changeset-bot bot commented Apr 4, 2024

🦋 Changeset detected

Latest commit: e821264

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@eventcatalog/core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
eventcatalog-docs ⬜️ Ignored (Inspect) Visit Preview Apr 12, 2024 7:34am
eventcatalog-example ⬜️ Ignored (Inspect) Visit Preview Apr 12, 2024 7:34am

@boyney123 boyney123 merged commit 1fce9a2 into event-catalog:master Apr 12, 2024
6 checks passed
@boyney123
Copy link
Collaborator

Thank you @marciovmartins !

@boyney123
Copy link
Collaborator

@all-contributors add @marciovmartins for code

Copy link
Contributor

@boyney123

I've put up a pull request to add @marciovmartins! 🎉

@github-actions github-actions bot mentioned this pull request Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants