DaffSearchCategoryInMemoryBackendService
An in-memory service that stubs out the backend services for searching categories.
import { DaffSearchCategoryInMemoryBackendService } from '@daffodil/search-category/driver/in-memory'
@Injectable()
class DaffSearchCategoryInMemoryBackendService implements InMemoryDbService, DaffSearchInMemoryChildBackend {
readonly kind: DAFF_SEARCH_CATEGORY_RESULT_KIND
get(reqInfo: RequestInfo_2)
}
Properties
Name | Type | Description |
---|---|---|
kind | DAFF_SEARCH_CATEGORY_RESULT_KIND | |
get | Searches the category in-memory backend with the query.
The search query is passed as the |