Index: crystalize.rkt ================================================================== --- crystalize.rkt +++ crystalize.rkt @@ -358,11 +358,11 @@ N.published N.series-page))))) #:as a) (where-series s) (limit ,lim) - (order-by (["published" ,ord])) + (order-by ([a.published ,ord])) (project-onto listing-schema))) ;; Get all the a list of the HTML all the results in a query (define (listing-htmls list-query) (for/list ([l (in-entities cache-conn list-query)])