16
edits
(adjusting mozilla addressbook search query) |
(correction) |
||
Line 3: | Line 3: | ||
How to adjust the contacts search query in Thunderbird and Mozilla Addressbook? | How to adjust the contacts search query in Thunderbird and Mozilla Addressbook? | ||
The search field searches by default only in primaryemail, displayed Name, First Name and last name. | If You open the advanced settings editor: Thunderbird Menu->Tools->Options->Advanced->General(tab)->Settings Editor(button) and type in the search field the phrase "search", you will get all the options, which have to do with searching. We will need the field named '''mail.addr_book.quicksearchquery.format''' for the adjustment of search area. | ||
The search field searches by default only in primaryemail, displayed Name, First Name and last name. This is the default search query: | |||
<code>?(or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V))</code> | <code>?(or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V)(LastName,c,@V))</code> | ||
where: c=contains (other are begins and is, but haven't tried it)<br /> | |||
@V = search phrase | |||
But hey! Who had the phone number ending with 6789 and called me last night? Or who lives in Germany? Or who was born in July? | But hey! Who had the phone number ending with 6789 and called me last night? Or who lives in Germany? Or who was born in July? |
edits