Skip to content

v0.121.0

Compare
Choose a tag to compare
@danielafeitosa danielafeitosa released this 22 Dec 23:44
· 128 commits to develop since this release

This release includes more search options:

  • Search by assignments: the filter should match the items directly assigned to the users listed on search
    • ➕ New migration to add mapping for assignment search. The migration should run very fast during docker-compose up:
    • ➕ New task for indexing assignments. To run the task: check:migrate:reindex_assignments
  • Search by report status, tags and social media post publication date
    • ➕ New migration to add mapping for these 3 new search options. The migration should run very fast during docker-compose up:
    • ➕ New task for indexing the fields report_status, media_published_at and tags_as_sentence. To run the task: check:migrate:index_new_columns