--- title: Two Instances of the Same Search Page Component Have Been Added on a Page but Only One is Initialized slug: '2809' canonical_url: https://docs.coveo.com/en/2809/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Two Instances of the Same Search Page Component Have Been Added on a Page but Only One is Initialized ## Symptoms When adding two instances of the same Coveo Hive component on a page, only one is initialized. Here are the four components that display this behavior: * Coveo Global Searchbox * Coveo Date Facet Range * Coveo Google API Position Provider * Coveo Omnibox Result List ## Cause The four component templates are shipped with a fixed GUID in their `__Standard Values`. Hence, all instances created from a given template inherit the same `DOM Unique Id`. ## Resolution ### For Existing Component Instances In the Sitecore **Content Editor**, you need to change the `DOM Unique Id` field value on your components to avoid duplicate IDs. **Example** If you have multiple Global Searchboxes on a page, you must change the `DOM Unique Id` field value. ![Screenshot showing the Sitecore content tree with the Coveo Global Searchbox standard values item selected and its DOM unique id value displayed | Coveo](https://docs.coveo.com/en/assets/images/c4sc-v5/global-searchbox-duplicate-guid-issue.png) ### For Future Component Instances You can force unique IDs to be generated automatically on all new instances of a component by setting the `__Standard Values` `Dom Unique Id` value to `$GenerateNewUniqueId` in the **Templates** section of the **Content Editor**. ![Screenshot showing the Sitecore content tree with the Coveo Global Searchbox standard values item selected and its DOM unique id value set to dollar sign generate new unique id | Coveo](https://docs.coveo.com/en/assets/images/c4sc-v5/global-sb-duplicate-guid-issue-template.png)