[Search] Update search integrations#195628
[Search] Update search integrations#195628navarone-feekery merged 6 commits intoelastic:mainfrom navarone-feekery:update-search-integrations
Conversation
sphilipse
left a comment
There was a problem hiding this comment.
Instead of removing the 'enterprise_search' category, we should probably just rename it to 'search' for clarity. It's already called 'Search' in the UI, not 'Enterprise Search'. See:
src/plugins/custom_integrations/common/index.ts
| defaultMessage: 'Add search to your website with the web crawler.', | ||
| }), | ||
| categories: ['enterprise_search', 'app_search', 'web', 'elastic_stack', 'crawler'], | ||
| categories: ['app_search', 'web', 'elastic_stack', 'crawler'], |
There was a problem hiding this comment.
We're keeping the app_search category?
There was a problem hiding this comment.
Confirmed that we can remove it, so I've included that in this PR.
@sphilipse I've added the category back and renamed it all to |
| expect(resp.body).to.be.an('array'); | ||
|
|
||
| expect(resp.body.length).to.be(56); | ||
| expect(resp.body.length).to.be(55); |
There was a problem hiding this comment.
This total was reduced because of the removal of the App Search JSON integration.
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Page load bundle
History
|

Summary
Make the following changes to the integrations page:
enterprise_searchcategory tosearchApplication Searchtag