This PR fixes the search function in the CP User Guide.
The underlying Javascript app running the tech docs is not able to render search on any words featured on this page, due the the following offending line which is an example code in the user guide:
"member_clusters": "[\"cp-1111111-001\",\"cp-222222222-002\"]",
The example code is now changed to the following which the search is able to render:
"member_clusters": "[\"cp-1111111-111\",\"cp-222222222-222\"]",
This PR fixes the search function in the CP User Guide.
The underlying Javascript app running the tech docs is not able to render search on any words featured on this page, due the the following offending line which is an example code in the user guide:
"member_clusters": "[\"cp-1111111-001\",\"cp-222222222-002\"]",
The example code is now changed to the following which the search is able to render:
"member_clusters": "[\"cp-1111111-111\",\"cp-222222222-222\"]",
Full issue and troubleshooting steps explained in User Guide Search Bar Issue: Queries Not Returning Results, Returning Blank/Error Pages