gecko/dom/contacts
Ben Kelly 132c8b76a2 Bug 874462 - Add "startsWith" filterOp. r=reuben
The "contains" filterOp in ContactsAPI currently implements a filter that
only matches the start of each value when filtering by fields other than
"tel". This behavior is desirable for some uses, but does not match the
"contains" keyword.

Therefore, add a "startsWith" filterOp in addition to the current "contains".
A warning is sent to console.warn() if "contains" is used for non-"tel"
operations. A separate bug will be written to fix "contains" to perform full
text search.
2013-06-03 13:30:39 -04:00
..
fallback Bug 874462 - Add "startsWith" filterOp. r=reuben 2013-06-03 13:30:39 -04:00
tests Bug 874462 - Add "startsWith" filterOp. r=reuben 2013-06-03 13:30:39 -04:00
ContactManager.js Bug 867043 - Don't ask for more contacts more than once for the same chunk. r=reuben 2013-05-03 09:15:55 -07:00
ContactManager.manifest Bug 862353 - Only enable mozContacts in B2G and mochitests. r=gwagner 2013-05-13 18:32:03 -07:00
Makefile.in Bug 858837 - Clean Contacts/Permissions/Settings build config files. r=khuey r=gwagner 2013-04-05 16:12:31 -07:00
moz.build Bug 858837 - Clean Contacts/Permissions/Settings build config files. r=khuey r=gwagner 2013-04-05 16:12:31 -07:00