implementing pagination api on search, and creating a "preview" of results

The search controller return a subset of the 5 first results. If the user want to
see more, the services implementing SearchInterface should add a link "see more",
and make use of the Pagination API to paginate.
This commit is contained in:
2016-08-19 21:33:37 +02:00
parent 2732bb1553
commit d20404bc3c
4 changed files with 64 additions and 8 deletions

View File

@@ -46,6 +46,8 @@ Invalid terms : Recherche invalide
You should not have more than one domain. : Vous ne devriez pas avoir plus d'un domaine de recherche.
#used for page title
Search %pattern%: Recherche de "%pattern%"
Results %start%-%end% of %total%: Résultats %start%-%end% sur %total%
See all results: Voir tous les résultats
#admin
Create: Créer