Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 599 Bytes

File metadata and controls

24 lines (17 loc) · 599 Bytes

SearchQueryList

SearchQueryList makes simple SOSL query and updates child components.

See Dreamhouse App for sample code

Usage:

Import statement:

import { SearchQueryList } from 'react.force.datacontainer';

SearchQueryList component JSX code:

    <SearchQueryList
      type='Property__c'
      searchTerm={'Boston'}
      style={styles.container}>
      <YourListComponent />
    </SearchQueryList>