DaffSearchProductMagentoDriver
A service for searching products in Magento.
import { DaffSearchProductMagentoDriver } from '@daffodil/search-product/driver/magento'
@Injectable()
class DaffSearchProductMagentoDriver implements DaffSearchProductDriverInterface {
readonly kind: DAFF_SEARCH_PRODUCT_RESULT_KIND
search(
query: string
options: DaffSearchProductDriverOptions = {}
): Observable<DaffSearchProductDriverResponse>
incremental(
query: string
options: DaffSearchProductDriverOptions = {}
): Observable<DaffSearchResultCollection<DaffSearchProductResult>>
}
Properties
Name | Type | Description |
---|---|---|
kind | DAFF_SEARCH_PRODUCT_RESULT_KIND | |
search | Observable<DaffSearchProductDriverResponse> | |
incremental | Observable<DaffSearchResultCollection<DaffSearchProductResult>> |