Skip to content

Add sorting criteria to the search results

José Nieves requested to merge feature/results-score&date-sorting-criteria into master

related

relate to #427

changes

  • added sorting criteria to the ResultField component
  • first it's sorting by score
  • second it's sorting by creation date
  • its implemented by filtering the result data received from elastic

switched to other approach

  • now the sort is at query level using the default query prop of the reactive library
Edited by José Nieves

Merge request reports