Sendes når en søgning er færdig.
Sent when a new item is indexed.
Sent when an item is deleted from the index.
Sent when all items are deleted from the index.
Søgning er et module der søger i "kerne" indhold såval som i specifikke registrede moduler. Du kan angive et ord eller to og modulet returnere relevanter søge-resultater.
The easiest way to use it is with the {search} wrapper tag (wraps the module in a tag, to simplify the syntax). This will insert the module into your template or page anywhere you wish, and display the search form. The code would look something like: {search}
{search}
The search module will not search any "inactive" pages. However on occasion, when you are using the CustomContent module, or other smarty logic to show different content to different groups of users, it may be advisiable to prevent the entire page from being indexed even when it is live. To do this include the following tag anywhere on the page NON_INDEXABLE_CONTENT. When the search module sees this tag in the page it will not index any content for that page.