ivelum / djangoql

Advanced search language for Django
MIT License
1.02k stars 89 forks source link

Added ORDER BY to query language #93

Open gfrlv opened 2 years ago

gfrlv commented 2 years ago

46

Added an order by clause for ordering by specific fields. The syntax is like SQL: order by FIELD_NAME [asc | desc] either at the end of the query, or all by itself if we want to sort without any filtering.