* [#691] changed searchbar in menubar to mobile searchbar * [#691] add filters to results page for mobile * [#691] added filter for organizers and attendees
This commit is contained in:
@@ -26,7 +26,16 @@ describe('SearchSlice', () => {
|
||||
results: [],
|
||||
hits: 0,
|
||||
error: null,
|
||||
loading: false
|
||||
loading: false,
|
||||
searchParams: {
|
||||
filters: {
|
||||
attendees: [],
|
||||
keywords: '',
|
||||
organizers: [],
|
||||
searchIn: 'my-calendars'
|
||||
},
|
||||
search: ''
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user