Settings Methods
All methods below are as if the Smart Search object has a reference variable defined as shown in this code snippet.
Smart Search referenceconst SmartSearch = window.Rebuy.SmartSearch;
This is not a complete list of the globally available function but the ones that we find most helpful.
Overview
getQuickViewSettings
Returns the Quick View settings object or error if data not found.
Kind: global constant\
Returns: Object | error ## getCombinedSearchSettings
Returns the entire Combined Search data including Results Page settings and Quick View settings object. Error if data not found.
Kind: global constant\
Returns: Object | error
---
title: Settings Methods
excerpt: Access Quick View and Combined Search settings programmatically
deprecated: false
hidden: false
metadata:
title: ''
description: ''
robots: index
next:
description: ''
---
All methods below are as if the Smart Search object has a reference variable defined as shown in this code snippet.
```javascript title="Smart Search reference"
const SmartSearch = window.Rebuy.SmartSearch;
```
*This is not a complete list of the globally available function but the ones that we find most helpful.*
<br />
<br />
## Overview
## getQuickViewSettings
Returns the Quick View settings object or error if data not found.
**Kind**: global constant\
**Returns**: `Object | error` ## getCombinedSearchSettings
Returns the entire Combined Search data including Results Page settings and Quick View settings object. Error if data not found.
**Kind**: global constant\
**Returns**: `Object | error`