|
|
@ -111,10 +111,7 @@ async function doSearch(
|
|
|
|
|
|
|
|
|
|
|
|
if (isAdvancedQuery) {
|
|
|
|
if (isAdvancedQuery) {
|
|
|
|
let senderFilter: Array<string> = [];
|
|
|
|
let senderFilter: Array<string> = [];
|
|
|
|
if (
|
|
|
|
if (advancedSearchOptions.from && advancedSearchOptions.from.length > 0) {
|
|
|
|
advancedSearchOptions.from &&
|
|
|
|
|
|
|
|
advancedSearchOptions.from.length > 0
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const senderFilterQuery = await queryConversationsAndContacts(
|
|
|
|
const senderFilterQuery = await queryConversationsAndContacts(
|
|
|
|
advancedSearchOptions.from,
|
|
|
|
advancedSearchOptions.from,
|
|
|
|
options
|
|
|
|
options
|
|
|
|