PipedreamHQ / PipedreamHQ/pipedream
[FEATURE] Improve the search query parameter for list components
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Is your feature request related to a problem? Please describe.**
Regarding the search query param for the list actions endpoint: https://pipedream.com/docs/connect/api-reference/list-actions
It seems like this does a simple text search over only the action key.
Ex. searching for "jira create" won't find the "jira-create-issue" action and "microsoft outlook" will come up with no results since the action key is "microsoft_outlook-"
**Describe the solution you'd like**
a query like "create jira" finds the "jira-create-issue" action.
"microsoft out" finds all microsoft outlook actions
**Do you have a workaround?**
We could ingest all of pipedream metadata and create our own search index.
Contributor guide
Assessment
This issue has not been assessed yet.