Skip to content

Commit

Permalink
feature: include creator.name in free-text search
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Oct 13, 2023
1 parent 0ef5157 commit c2c4fad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default class SearchPage extends Component<SearchArgs> {
}
this.filterQueryObject = filterQueryObject;
const searchResult = await this.store.queryRecord('index-card-search', {
cardSearchText,
'cardSearchText[*,creator.name]': cardSearchText,
'page[cursor]': page,
sort,
cardSearchFilter: filterQueryObject,
Expand Down

0 comments on commit c2c4fad

Please sign in to comment.