Gaia/Contacts/Data Refactor: Difference between revisions

Jump to navigation Jump to search
Line 11: Line 11:


=== Search restrictions ===
=== Search restrictions ===
Again, adding more and more indexes just cause specific app requirements wasn't a good idea so we had to implement our search based on DOM, which is extremely slow and affects as well to the contacts list rendering time.
Currently Contacts Search functionality is implemented using the DOM and regular expressions. There are no specific indexes on the contacts database as the MozContacts API only provides generic search functionalities.


=== Impossible to unmerge contacts ===
=== Impossible to unmerge contacts ===
172

edits

Navigation menu