You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Related Ticket(s)
#8416#9633
### Description
This PR reintroduces the previously removed scoped search functionality while Search changes were being made. Now that the changes have been done, we can reintroduce this feature.
To test, go to the Scoped search masthead story, change the scope with the dropdown menu, look up a query, and submit the search input query.
You should be seeing a different page signaling that the search has been done in a specific part of IBM
<img width="400" alt="Screen Shot 2022-11-17 at 4 37 37 PM" src="https://user-images.githubusercontent.com/24970122/202589794-c1cb1b83-2a83-476c-b88f-74a00bf45b40.png">
This is using the following URL that was automatically built through the search with typeahead component.
https://www.ibm.com/search/scoped?lang=en&cc=US&lnk=mhsrch&scope-domain=scope&scope-value=["dw,dwaspera"]&scope-type=dw&scope-label=Desarrolladores&q=blockchain
### Changelog
**New**
- scoped search functionality reintroduced
- e2e scoped search tests
**Changed**
- search component has extra parameters if scoped functionality is present
**Removed**
- removed feature flag for the scoped functionality as it will now be public
<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
0 commit comments