Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support component search by provider
1. Added provider to the pattern string for coordinates suggestion The search api call in service ignores provider type. For example, the following call return results contains co-ordinates with provider other than npmjs: curl -X GET "https://dev-api.clearlydefined.io/definitions?pattern=jw&type=npm" -H "accept: */*" This is probably by design: the suggestion api only takes the pattern string into account. When provider is included in the pattern string, the search result reflects the provider specification. The solution is to pass the provider information when searching in PageBrowse. 2. Also trigger search when provider is changed Task: clearlydefined#990
- Loading branch information