File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
app/institutions/dashboard/-components/object-list Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,13 @@ export default class InstitutionalObjectList extends Component<InstitutionalObje
5757 return fullQueryOptions ;
5858 }
5959
60+ get valueSearchQueryOptions ( ) {
61+ const { defaultQueryOptions } = this . args ;
62+ return {
63+ ...defaultQueryOptions . cardSearchFilter ,
64+ } ;
65+ }
66+
6067 @action
6168 updateVisibleColumns ( ) {
6269 this . visibleColumns = [ ...this . dirtyVisibleColumns ] ;
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ as |list|>
196196 {{ #each list.relatedProperties as |property |}}
197197 <SearchPage::FilterFacet
198198 @cardSearchText ={{ this.cardSearchText }}
199- @cardSearchFilter ={{ this.queryOptions }}
199+ @cardSearchFilter ={{ this.valueSearchQueryOptions }}
200200 @property ={{ property }}
201201 @toggleFilter ={{ queue this.toggleFilter (perform list.searchObjectsTask )}}
202202 />
You can’t perform that action at this time.
0 commit comments