fix: Search improvements and bug fixes [CW-1604] (#6985)
* fix: Search improvements and bug fixes * Resets tab to all on search * Fix index bug with tabs --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
04da8aa8dc
commit
c0e905b5d8
@@ -61,9 +61,11 @@ export const actions = {
|
||||
isSearchCompleted: false,
|
||||
});
|
||||
try {
|
||||
dispatch('contactSearch', { q });
|
||||
dispatch('conversationSearch', { q });
|
||||
dispatch('messageSearch', { q });
|
||||
await Promise.all([
|
||||
dispatch('contactSearch', { q }),
|
||||
dispatch('conversationSearch', { q }),
|
||||
dispatch('messageSearch', { q }),
|
||||
]);
|
||||
} catch (error) {
|
||||
// Ignore error
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user