We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e799f0 commit f347ad2Copy full SHA for f347ad2
backend/core/views.py
@@ -189,6 +189,8 @@ class DatasetViewSet(BaseSpatialViewSet):
189
DjangoFilterBackend,
190
)
191
filterset_fields = ["user", "status", "id"]
192
+ search_fields = ["id", "name"]
193
+
194
195
def partial_update(self, request, *args, **kwargs):
196
if "offset" in request.data:
0 commit comments