opencrvs / opencrvs-core

A global solution to civil registration
https://www.opencrvs.org
Other
85 stars 67 forks source link

Improved advanced search #6365

Open jpye-finch opened 10 months ago

jpye-finch commented 10 months ago

Description

In this ticket we introduce improvements to the current advanced search functionality. The proposed improvements are:

There will be another ticket that will include:

Design

Adding time period to Advance search

image

Custom search query name used as heading with total results

image

Image

Tasks

Next iteration

These tasks do not have to be done now

rikukissa commented 4 months ago

@jpye-finch do we have a design for the relative time period selection and total number of search result display? Should "Sort by" parameters also already be asked in the form?

jamil314 commented 3 months ago

In workqueue, sort is applied to the segment of data specific to each page.

page 1: Image

page 2: Image

For advanced search results, should the sorting be applied to the entire dataset before pagination, or should the pagination be applied first and then sorting be performed on the paginated data?