Commit ab1519d830f2cccb259d9186c35511cac02d1a3a

Authored by Matheus Fernandes
Committed by Alexandre Barbosa
1 parent f6d64bf6

Added search ordering by type

Signed-off-by: Matheus Fernandes <matheus.souza.fernandes@gmail.com>
Signed-off-by: Simião Carvalho <simiaosimis@gmail.com>
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
colab/settings.py
... ... @@ -140,6 +140,10 @@ ORDERING_DATA = {
140 140 'name': _(u'Relevance'),
141 141 'fields': None,
142 142 },
  143 + 'type': {
  144 + 'name': _(u'Type'),
  145 + 'fields': ('type',),
  146 + }
143 147 }
144 148  
145 149  
... ...