Skip to content

Function: extendQueryWithSelectedTags()

@flyze/lib-data-store 3.0.0-alpha.55· latest

extendQueryWithSelectedTags<QB>(queryBuilder, selectedTagIds, selectedTagExclusive): QB

Defined in: projects/lib-data-store/src/lib/flyze-api-store-facade/facades/_abstract/abstract.stateful-facade.ts:116

given a query builder, extend it with filters for the currently selected tags in the facade store.

QB extends AbstractQueryBuilder<any, any>

QB

string[]

boolean

QB

the extended query builder