mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
132c8b76a2
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. |
||
---|---|---|
.. | ||
fallback | ||
tests | ||
ContactManager.js | ||
ContactManager.manifest | ||
Makefile.in | ||
moz.build |