SELECT SQL_CACHE e.id, e.section_id, e.author_id, UNIX_TIMESTAMP(e.creation_date) AS creation_date, UNIX_TIMESTAMP(e.modification_date) AS modification_dateFROMsym_entriesASeLEFT OUTER JOINsym_entries_data_93ASed ON (e.id=ed.entry_id) WHERE 1 AND e.section_id= '18' ORDER BYed.value asc LIMIT 0, 1
When trying to navigate to the section with this field.
This is using the development branch of the extension.
SELECT SQL_CACHEe.id,e.section_id, e.author_id, UNIX_TIMESTAMP(e.creation_date) AScreation_date, UNIX_TIMESTAMP(e.modification_date) ASmodification_dateFROMsym_entriesASeLEFT OUTER JOINsym_entries_data_93ASedON (e.id=ed.entry_id) WHERE 1 ANDe.section_id= '18' ORDER BYed.valueasc LIMIT 0, 1When trying to navigate to the section with this field.
This is using the development branch of the extension.