DaffSearchInMemoryChildBackend
The child backends to which the search in-memory backend will delegate search queries.
import { DaffSearchInMemoryChildBackend } from '@daffodil/search/driver/in-memory'
interface DaffSearchInMemoryChildBackend {
readonly kind: string
get: Observable<HttpResponse<DaffSearchDriverResponse>>
}
Properties
Name | Type | Description |
---|---|---|
kind | string | |
get | Observable<HttpResponse<DaffSearchDriverResponse>> | Search for entities and get the results. |