Skip to content

Commit

Permalink
Merge pull request #348 from gitnnolabs/dynamic_interface_components
Browse files Browse the repository at this point in the history
Remove filtro por ano na indexação dos dados de artigos.
  • Loading branch information
gitnnolabs authored Sep 13, 2024
2 parents 5cdb335 + 85579da commit 14ca01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion article/search_indexes.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ def get_model(self):
return models.Article

def index_queryset(self, using=None):
return self.get_model().objects.filter(year=2020)
return self.get_model().objects.all()

0 comments on commit 14ca01d

Please sign in to comment.