Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mettre en place une page de recherche plein texte #79

Merged
merged 3 commits into from
Jan 17, 2024
Merged

Conversation

Ash-Crow
Copy link
Collaborator

@Ash-Crow Ash-Crow commented Jan 16, 2024

🎯 Objectif

Il doit être possible de permettre facilement de rechercher dans le contenu

🔍 Implémentation

  • Ajout d'un paramètre pour afficher ou non la barre de recherche dans l'en-tête
  • Ajout de la barre de recherche
  • Création d’une page de résultat de recherche

⚠️ Informations supplémentaires

L'utilisation de la recherche requiert une indexation régulière du contenu, via une commande à passer en cron. Documentation mise à jour pour refléter cela

🏕 Amélioration continue

  • Mise à jour de la version de Django-DSFR
  • Correction de coquilles dans les textes sur les pages d‘erreurs 404 et 500.

🖼️ Images

Page de résultats : aucun résultat

Capture d’écran du 2024-01-16 11-40-56

Page de résultats : 1 résultat

Capture d’écran du 2024-01-16 11-41-31

Page de résultats : 2 résultats

Capture d’écran du 2024-01-16 11-41-52

@Ash-Crow Ash-Crow self-assigned this Jan 16, 2024
@Ash-Crow Ash-Crow added amélioration Nouvelle fonctionalité ou demande dépendances Pull requests that update a dependency file labels Jan 16, 2024
@Ash-Crow Ash-Crow changed the title Mettre en place indexation des contentpage pour la recherche plein texte Mettre une page de recherche plein texte Jan 16, 2024
@Ash-Crow Ash-Crow changed the title Mettre une page de recherche plein texte Mettre en place une page de recherche plein texte Jan 16, 2024
@Ash-Crow Ash-Crow marked this pull request as ready for review January 17, 2024 15:38
@Ash-Crow Ash-Crow merged commit d7b0277 into main Jan 17, 2024
4 checks passed
@Ash-Crow Ash-Crow deleted the indexation branch January 17, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
amélioration Nouvelle fonctionalité ou demande dépendances Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mettre en place indexation des contentpage pour la recherche plein texte
1 participant