ministryofjustice / cloud-platform-user-guide

User documentation for the Ministry of Justice cloud platform
https://user-guide.cloud-platform.service.justice.gov.uk/
MIT License
16 stars 12 forks source link

🩹 changing offending text to fix search function #1736

Closed kyphutruong closed 4 weeks ago

kyphutruong commented 4 weeks ago

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