Thinking Sphinx generates attributes like: sql_attr_timestamp = created_at
but the sphinx documentation says "that DATE or DATETIME column types in MySQL can not be directly used as timestamps; you need to explicitly convert such columns using UNIX_TIMESTAMP function" http://www.sphinxsearch.com/docs/manual-0.9.8.html#conf-sql-attr-timestamp So shouldn't the line be: sql_attr_timestamp = UNIX_TIMESTAMP(created_at) AS created_at or am I missing something? Mick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
