gecko-dev/dom/interfaces/contacts
Ben Kelly 733adbb4b1 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
..
moz.build Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal 2013-05-03 09:54:45 -07:00
nsIContactProperties.idl Bug 874462 - Add "startsWith" filterOp. r=reuben 2013-06-03 13:30:39 -04:00
nsIDOMContactManager.idl Bug 864556 - Expose database revision in Contacts API. r=gwagner sr=mounir 2013-04-25 10:15:47 -07:00
nsIDOMMozContactChangeEvent.idl Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug 2012-12-22 09:18:08 +01:00