Skip to content

Add Publication Date to Solr search

Solr search can now be performed using publication date. EMC-149 Example usage:

  • Single date: publicationDate:2014-01-01T00:00:00Z
  • Date range: publicationDate:[2014-01-01T00:00:00Z TO 2020-01-01T00:00:00Z]

Closes EMC-149

Merge request reports