basedosdados / backend

Backend da BD
https://backend.basedosdados.org/graphql
GNU General Public License v3.0
8 stars 1 forks source link

chore: change facet quantity to 20 in dataset search #626

Closed jhonylucas74 closed 2 months ago

jhonylucas74 commented 2 months ago

Purpose

Increase the results generated by the search function.

Description

Currently in both production and staging environments, the metadata returned from a search has some limitations. This metadata includes themes, organizations, etc., and is capped at 10 results. As a result, users can only see a maximum of 10 themes in the sidebar. With these changes, users will be able to see more information to assist them in the search process.

Checklist

Testing and evidence

https://github.com/basedosdados/backend/assets/5381250/aac736f8-3220-43f1-bd12-8c381a5111d5

Next steps

Test in the staging environment and deploy to production as soon as possible.