Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
author filters: removed .keyword breaking behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul authored and drjova committed Aug 14, 2024
1 parent 4cf82a8 commit c63f1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backoffice/backoffice/workflows/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ def __init__(self, *args, **kwargs):
}

filter_fields = {
"status": "status.keyword",
"workflow_type": "workflow_type.keyword",
"status": "status",
"workflow_type": "workflow_type",
}

ordering_fields = {"_updated_at": "_updated_at"}
Expand Down

0 comments on commit c63f1a3

Please sign in to comment.