Landing: hints de temas, chips de sugerencia que buscan de verdad, saca Más consultadas - #1
Merged
Conversation
AlenCarbajal
commented
Jul 24, 2026
Member
- El landing ahora muestra chips de tema como "Ideas para empezar" (reusa el macro que ya existía solo para el estado sin resultados).
- Los chips de sugerencia no disparaban ninguna búsqueda nueva porque arrastraban el término q que ya había fallado; ahora lo limpian.
- Saca Más consultadas (hits_90_days) del selector de orden; bookmarks viejos degradan a relevance.
…ca "Más consultadas" - El macro topic_chip_list() (ya existía, solo se usaba en el estado sin resultados) ahora también aparece en el landing como "Ideas para empezar", reusando los mismos chips de SERIES_TOPIC_CHIPS. - Los chips de sugerencia no disparaban ninguna búsqueda nueva: el href arrastraba el término `q` que ya había dado 0 resultados, así que volvían a la misma pantalla vacía. _series_topic_chips() ahora limpia `q` al armar el link. - Saca "Más consultadas" (hits_90_days) del selector de orden. La API sigue soportando ese sort_by; los bookmarks viejos degradan a relevance vía la validación existente.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.