asdasdsa
This commit is contained in:
@@ -774,7 +774,7 @@ class ClusterViewSet(SiteSectorModelViewSet):
|
||||
# Search configuration - search by name
|
||||
search_fields = ['name']
|
||||
|
||||
# Ordering configuration
|
||||
# Ordering configuration - volume and difficulty are model fields kept in sync
|
||||
ordering_fields = ['name', 'created_at', 'keywords_count', 'volume', 'difficulty']
|
||||
ordering = ['name'] # Default ordering
|
||||
|
||||
|
||||
Reference in New Issue
Block a user