Closed
Bug 275326
Opened 20 years ago
Closed 17 years ago
'mail.addr_book.quicksearchquery.format' not in standard LDAP format
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jezza, Unassigned)
Details
I have been trying to use 'mail.addr_book.quicksearchquery.format' to make all the searches within Mozilla act the same. Unfortunately the quicksearchquery.format property is not a standard LDAP formated field. The default is: (or(PrimaryEmail,c,@V)(DisplayName,c,@V)(FirstName,c,@V) (LastName,c,@V)) This is easy to disect, but if you try and add any more fields to it, it fails. I've tried playing with: ldap_2.servers.<name>.attributes.custom1, ldap_2.servers.<name>.columns, ldap_2.servers.<name>.basicSearchAttributes, ldap_2.servers.<name>.filter1.string There is virtually no documentation on the net about 'mail.addr_book.quicksearchquery.format' and the documentation that does exist refers to web pages that either don't exist, or are just as useless. This bug is aimed to have 'mail.addr_book.quicksearchquery.format' changed such that it fits the LDAP standard, but it is also to find out how to use 'mail.addr_book.quicksearchquery.format' in the mean time. Any ideas? I'd like to have the following LDAP query as my 'mail.addr_book.quicksearchquery.format' query... (&(mail=*)(|(cn=*%v*)(sn=*%v*)(givenname=*%v*)(mail=*%v*))) Where %v is the text typed in by the user.
Updated•20 years ago
|
Assignee: sspitzer → mail
(In reply to comment #0) > but it is also to find out how to > use 'mail.addr_book.quicksearchquery.format' in the mean time. Any ideas? Maybe the refs from bug 169872 comment 1?
Comment 2•17 years ago
|
||
(2.5 years later) No reply from reporter. MozillaAS v1.7.x is not supported anymore. (Would have been "Incomplete", now is) R.Invalid. Reopen if you can reproduce with SeaMonkey v1.1.9.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•