Skip to content

Commit

Permalink
fix: search tags in live streams entry as well SUP-43112 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 authored Nov 10, 2024
1 parent b2a5f8a commit 2bc41f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class TagsFilterComponent implements OnDestroy {
new TagSearchAction({
tagFilter: new KalturaTagFilter({
tagStartsWith: text,
objectTypeEqual: KalturaTaggedObjectType.entry
objectTypeIn: [KalturaTaggedObjectType.entry, KalturaTaggedObjectType.livestreamentry].join(',')
}),
pager: new KalturaFilterPager({
pageIndex: 0,
Expand Down

0 comments on commit 2bc41f8

Please sign in to comment.