PUBLIE : 18. The search loops

Article publié
--------------

L'article "18. The search loops" a été validé par George Kandalaft.

** 18. The search loops **
par George Kandalaft le dimanche 7 décembre 2003

SPIP is equipped with an integrated search engine. A page should be built
then, to display the search results.

The search interface

In order to display the search interface, you just have to insert the
following tag:

#FORMULAIRE_RECHERCHE

By default, the form sends the requests to a page recherche.php3;
therefore, you have to create a template recherche.html in order to
display the results.

You can use another results page, which requires the tag to be:

[(#FORMULAIRE_RECHERCHE|address.php3)]

address.php3 being the page to which you will send the visitor.

The results template

The loops allowing (...)

-> http://www.spip.net/spip_redirect.php3?id_article=2218