| I agree with Thomas - easy sorting isn't the primary objective. We're mostly trying to simplify storage for a large number of different fields, many of which may not be provided for any given contact. Searching would be the next most important consideration. That will most often be a substring query against a user-provided string, which this schema supports well. SELECT contact_id FROM contacts WHERE field_value LIKE '%<string>%' AND field_type_id IN (<name field type id's>); If we want to do vCard import/export, we'll need an adapter/translator of some type regardless of the design of the database schema. -Eric On Aug 14, 2006, at 5:56 PM, Thomas Mangin wrote:
|
- Re: Ticket #1332930 (Feature Requests) Martin Marques
- Re: Ticket #1332930 (Feature Requests) Michel Moreira
- Re: Ticket #1332930 (Feature Requests) Michel Moreira
- Re: Ticket #1332930 (Feature Requests) Chuck, Charlie and Charles
- Re: Ticket #1332930 (Feature Requests) Michel Moreira
- Re: Ticket #1332930 (Feature Requests) Eric Stadtherr
- Re: Ticket #1332930 (Feature Requests) Thomas Mangin
- Re: Ticket #1332930 (Feature Requests) Thomas Mangin
- Re: Ticket #1332930 (Feature Requests) Martin Marques
- Re: Ticket #1332930 (Feature Requests) Thomas Mangin
- Re: Ticket #1332930 (Feature Requests) Eric Stadtherr
- Re: Ticket #1332930 (Feature Requests) Eric Stadtherr
- Re: Ticket #1332930 (Feature Requests) Martin Marques
- Re: Ticket #1332930 (Feature Requests) Eric Stadtherr
- Re: Ticket #1332930 (Feature Requests) Martin Marques
- Re: Ticket #1332930 (Feature Requests) Eric Stadtherr
- Re: Ticket #1332930 (Feature Requests) Martin Marques
- Re: Ticket #1332930 (Feature Requests) Thomas Mangin
- can't Delete from Message window Ken Samland
- Re: can't Delete from Message window Matt Kaatman
- Re: can't Delete from Message window Keith Douglas
