liqiangz opened a new issue #6444:
URL: https://github.com/apache/skywalking/issues/6444


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [x] Requirement
   - [ ] Feature or performance improvement
   
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   Now the Endpoint list gets one hundred items when it is initialized. Now the 
search is only the hundred items.
   
   
![image](https://user-images.githubusercontent.com/16935891/109132609-fd14eb00-778e-11eb-9fe1-b0c76085ad23.png)
   
   
   If the number of Endpoints exceeds one hundred, maybe we can search it use 
keyword params
   ``` json
   {"query":"query queryEndpoints($serviceId: ID!, $keyword: String!) {\n    
getEndpoints: searchEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 
1000) {\n      key: id\n      label: name\n    
}\n}","variables":{"serviceId":"dGhzamotZG9ja2VyLWZ1bmRzYWxlLXdzank4NDQz.1","keyword":"trend"}}
   ```
   
![image](https://user-images.githubusercontent.com/16935891/109132968-685ebd00-778f-11eb-911c-e249889b4ed1.png)
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to